#EFAB42

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

Shades of Tulip Tree #EFAB42

Tints of Tulip Tree #EFAB42

Color information

#EFAB42 (or 0xEFAB42) is unknown color: approx Tulip Tree. HEX triplet: EF, AB and 42. RGB value is (239,171,66). Sum of RGB (Red+Green+Blue) = 239+171+66=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 66 (26.17% from 255 or 13.87% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAB42 is #1054BD. Grayscale: #B3B3B3. Windows color (decimal): -1070270 or 4369391. OLE color: 4369391.

HSL color Cylindrical-coordinate representation of color #EFAB42: hue angle of 36.42º 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 #EFAB42 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB23917166-
CMYK00.280.720.06
HSL36.42º84.39%59.8%-
HSV(B)36.42º72.38%93.73%-
XYZ51.1447.8711.7-
YUV179.3664.03170.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 66 (26.17% from 255) = 13.87%
R=50.21%
G=35.92%
B=13.87%

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
Decimal2391716600.280.720.0636.4284.3959.8
HexEFAB4201C48624543c
Octal35725310203411064412474
Binary1110111110101011100001001110010010001101001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAB42; }

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

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

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

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

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

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

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

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