#EFB044

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

Shades of Tulip Tree #EFB044

Tints of Tulip Tree #EFB044

Color information

#EFB044 (or 0xEFB044) is unknown color: approx Tulip Tree. HEX triplet: EF, B0 and 44. RGB value is (239,176,68). Sum of RGB (Red+Green+Blue) = 239+176+68=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB044 is #104FBB. Grayscale: #B7B7B7. Windows color (decimal): -1068988 or 4501743. OLE color: 4501743.

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

Color convert

RGB23917668-
CMYK00.260.720.06
HSL37.89º84.24%60.2%-
HSV(B)37.89º71.55%93.73%-
XYZ52.1749.8212.34-
YUV182.5263.37168.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 68 (26.95% from 255) = 14.08%
R=49.48%
G=36.44%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391766800.260.720.0637.8984.2460.2
HexEFB04401A48626543c
Octal35726010403211064612474
Binary1110111110110000100010001101010010001101001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB044; }

 p { color: rgb(239,176,68); }

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

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

 a { background-color: rgb(239,176,68); }

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

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

 span { border-color: rgb(239,176,68); }

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