#EBAC40

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

Shades of Tulip Tree #EBAC40

Tints of Tulip Tree #EBAC40

Color information

#EBAC40 (or 0xEBAC40) is unknown color: approx Tulip Tree. HEX triplet: EB, AC and 40. RGB value is (235,172,64). Sum of RGB (Red+Green+Blue) = 235+172+64=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAC40 is #1453BF. Grayscale: #B3B3B3. Windows color (decimal): -1332160 or 4238571. OLE color: 4238571.

HSL color Cylindrical-coordinate representation of color #EBAC40: hue angle of 37.89º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBAC40 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23517264-
CMYK00.270.730.08
HSL37.89º81.04%58.63%-
HSV(B)37.89º72.77%92.16%-
XYZ49.9447.5411.39-
YUV178.5263.37168.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.89%
GREEN value IS 172 (67.58% from 255) = 36.52%
BLUE value IS 64 (25.39% from 255) = 13.59%
R=49.89%
G=36.52%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351726400.270.730.0837.8981.0458.63
HexEBAC4001B49826513b
Octal353254100033111104612173
Binary11101011101011001000000011011100100110001001101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAC40; }

 p { color: rgb(235,172,64); }

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

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

 a { background-color: rgb(235,172,64); }

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

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

 span { border-color: rgb(235,172,64); }

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