#EFB640

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

Shades of Tulip Tree #EFB640

Tints of Tulip Tree #EFB640

Color information

#EFB640 (or 0xEFB640) is unknown color: approx Tulip Tree. HEX triplet: EF, B6 and 40. RGB value is (239,182,64). Sum of RGB (Red+Green+Blue) = 239+182+64=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB640 is #1049BF. Grayscale: #BABABA. Windows color (decimal): -1067456 or 4241135. OLE color: 4241135.

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

Color convert

RGB23918264-
CMYK00.240.730.06
HSL40.46º84.54%59.41%-
HSV(B)40.46º73.22%93.73%-
XYZ53.2552.1812.12-
YUV185.5959.38166.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.28%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 64 (25.39% from 255) = 13.20%
R=49.28%
G=37.53%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391826400.240.730.0640.4684.5459.41
HexEFB64001849628553b
Octal35726610003011165012573
Binary1110111110110110100000001100010010011101010001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB640; }

 p { color: rgb(239,182,64); }

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

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

 a { background-color: rgb(239,182,64); }

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

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

 span { border-color: rgb(239,182,64); }

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