#ECB040

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

Shades of Tulip Tree #ECB040

Tints of Tulip Tree #ECB040

Color information

#ECB040 (or 0xECB040) is unknown color: approx Tulip Tree. HEX triplet: EC, B0 and 40. RGB value is (236,176,64). Sum of RGB (Red+Green+Blue) = 236+176+64=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB040 is #134FBF. Grayscale: #B5B5B5. Windows color (decimal): -1265600 or 4239596. OLE color: 4239596.

HSL color Cylindrical-coordinate representation of color #ECB040: hue angle of 39.07º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECB040 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB23617664-
CMYK00.250.730.07
HSL39.07º81.9%58.82%-
HSV(B)39.07º72.88%92.55%-
XYZ51.0449.2511.67-
YUV181.1761.88167.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.58%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 64 (25.39% from 255) = 13.45%
R=49.58%
G=36.97%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361766400.250.730.0739.0781.958.82
HexECB04001949727523b
Octal35426010003111174712273
Binary1110110010110000100000001100110010011111001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB040; }

 p { color: rgb(236,176,64); }

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

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

 a { background-color: rgb(236,176,64); }

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

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

 span { border-color: rgb(236,176,64); }

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