#EFAA42

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

Shades of Tulip Tree #EFAA42

Tints of Tulip Tree #EFAA42

Color information

#EFAA42 (or 0xEFAA42) is unknown color: approx Tulip Tree. HEX triplet: EF, AA and 42. RGB value is (239,170,66). Sum of RGB (Red+Green+Blue) = 239+170+66=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 66 (26.17% from 255 or 13.89% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA42 is #1055BD. Grayscale: #B3B3B3. Windows color (decimal): -1070526 or 4369135. OLE color: 4369135.

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

Color convert

RGB23917066-
CMYK00.290.720.06
HSL36.07º84.39%59.8%-
HSV(B)36.07º72.38%93.73%-
XYZ50.9547.4911.64-
YUV178.7764.36170.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 66 (26.17% from 255) = 13.89%
R=50.32%
G=35.79%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391706600.290.720.0636.0784.3959.8
HexEFAA4201D48624543c
Octal35725210203511064412474
Binary1110111110101010100001001110110010001101001001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA42; }

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

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

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

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

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

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

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

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