#EFB240

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

Shades of Tulip Tree #EFB240

Tints of Tulip Tree #EFB240

Color information

#EFB240 (or 0xEFB240) is unknown color: approx Tulip Tree. HEX triplet: EF, B2 and 40. RGB value is (239,178,64). Sum of RGB (Red+Green+Blue) = 239+178+64=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB240 is #104DBF. Grayscale: #B7B7B7. Windows color (decimal): -1068480 or 4240111. OLE color: 4240111.

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

Color convert

RGB23917864-
CMYK00.260.730.06
HSL39.09º84.54%59.41%-
HSV(B)39.09º73.22%93.73%-
XYZ52.4450.5611.85-
YUV183.2460.71167.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.69%
GREEN value IS 178 (69.92% from 255) = 37.01%
BLUE value IS 64 (25.39% from 255) = 13.31%
R=49.69%
G=37.01%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391786400.260.730.0639.0984.5459.41
HexEFB24001A49627553b
Octal35726210003211164712573
Binary1110111110110010100000001101010010011101001111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB240; }

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

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

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

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

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

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

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

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