#EFAC42

Color #EFAC42 Tulip Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tulip Tree #EFAC42

Tints of Tulip Tree #EFAC42

Color information

#EFAC42 (or 0xEFAC42) is unknown color: approx Tulip Tree. HEX triplet: EF, AC and 42. RGB value is (239,172,66). Sum of RGB (Red+Green+Blue) = 239+172+66=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 66 (26.17% from 255 or 13.84% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC42 is #1053BD. Grayscale: #B4B4B4. Windows color (decimal): -1070014 or 4369647. OLE color: 4369647.

HSL color Cylindrical-coordinate representation of color #EFAC42: hue angle of 36.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFAC42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23917266-
CMYK00.280.720.06
HSL36.76º84.39%59.8%-
HSV(B)36.76º72.38%93.73%-
XYZ51.3348.2511.76-
YUV179.9563.7170.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 66 (26.17% from 255) = 13.84%
R=50.10%
G=36.06%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391726600.280.720.0636.7684.3959.8
HexEFAC4201C48625543c
Octal35725410203411064512474
Binary1110111110101100100001001110010010001101001011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC42; }

 p { color: rgb(239,172,66); }

 H1.HeaderClassName
 {
   color: #EFAC42;
 }
 .AnyTagClassName
 {
   color: #EFAC42;
 }
</style>
background-color css

<style>
 a { background-color: #EFAC42; }

 a { background-color: rgb(239,172,66); }

 div.DivClassName
 {
   background-color: #EFAC42;
 }
 .BgClassName
 {
   background-color: #EFAC42;
 }
</style>
border-color css

<style>
 span { border-color: #EFAC42; }

 span { border-color: rgb(239,172,66); }

 td.TdClassName
 {
   border-color: #EFAC42;
 }
 .TagClassName
 {
   border-color: #EFAC42;
 }
</style>