Color Hex Logo

#efb228 Color Hex

#EFB228
(239,178,40)
0 Favorites   0 Comments

Color spaces of #efb228

RGB 23917840
HSL0.120.860.55
HSV42°83°94°
CMYK 0.000.260.83   0.06
XYZ51.900050.34478.9896
Yxy50.34470.46660.4526
Hunter Lab70.95406.396142.1560
CIE-Lab76.280410.916472.0164

#efb228 color RGB value is (239,178,40).

#efb228 hex color red value is 239, green value is 178 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #efb228 hue: 0.12 , saturation: 0.86 and the lightness value of efb228 is 0.55.

The process color (four color CMYK) of #efb228 color hex is 0.00, 0.26, 0.83, 0.06. Web safe color of #efb228 is #ff9933. Color #efb228 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 00101000
Octal 357 262 50
Decimal 239 178 40
Hex EF B2 28

RGB Percentages of Color #efb228

%52.30
%38.95
%8.75

CMYK Percentages of Color #efb228

%0
%26
%83
%6

Triadic Colors of #efb228

#efb228 #28efb2 #b228ef

Analogous Colors of #efb228

#efb228 #c9ef28 #ef4f28

Monochromatic Colors of #efb228

#efb228

Complementary Color

#efb228 #2865ef

#efb228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb228 Color CSS Codes

.mybgcolor {background-color:#efb228; } 
.myforecolor {color:#efb228; }
.mybordercolor {border:3px solid #efb228; }

#efb228 Text Font Color

<p style="color:#efb228">Text here</p>

This sample text font color is #efb228
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#efb228 Background Color

<div style="background-color:#efb228">
Div content here</div>

This div background color is #efb228


#efb228 Border Color

<div style="border:3px solid #efb228">
Div here</div>

This div border color is #efb228


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,178,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efb228; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efb228;
  -webkit-box-shadow: 1px 1px 3px 2px #efb228;
  box-shadow:         1px 1px 3px 2px #efb228; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,178,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efb228">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #efb228;
  -webkit-box-shadow: 1px 1px 3px 2px #efb228;
  box-shadow:         1px 1px 3px 2px #efb228;">
Div content here</div>

This div box has shadow with color #efb228


Comments

No comments written yet.

Please login to write comment.