#efaa3c

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

Shades of Tulip Tree #EFAA3C

Tints of Tulip Tree #EFAA3C

Color information

#EFAA3C (or 0xEFAA3C) is unknown color: approx Tulip Tree. HEX triplet: EF, AA and 3C. RGB value is (239,170,60). Sum of RGB (Red+Green+Blue) = 239+170+60=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAA3C is #1055C3. Grayscale: #B2B2B2. Windows color (decimal): -1070532 or 3975919. OLE color: 3975919.

HSL color Cylindrical-coordinate representation of color #EFAA3C: hue angle of 36.87º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFAA3C is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB23917060-
CMYK00.290.750.06
HSL36.87º84.83%58.63%-
HSV(B)36.87º74.9%93.73%-
XYZ50.7947.4310.75-
YUV178.0961.36171.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.96%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 60 (23.83% from 255) = 12.79%
R=50.96%
G=36.25%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391706000.290.750.0636.8784.8358.63
HexEFAA3C01D4B625553b
Octal3572527403511364512573
Binary111011111010101011110001110110010111101001011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efaa3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efaa3c; }

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

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

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

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

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

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

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

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