#ECB342

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

Shades of Tulip Tree #ECB342

Tints of Tulip Tree #ECB342

Color information

#ECB342 (or 0xECB342) is unknown color: approx Tulip Tree. HEX triplet: EC, B3 and 42. RGB value is (236,179,66). Sum of RGB (Red+Green+Blue) = 236+179+66=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB342 is #134CBD. Grayscale: #B7B7B7. Windows color (decimal): -1264830 or 4371436. OLE color: 4371436.

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

Color convert

RGB23617966-
CMYK00.240.720.07
HSL39.88º81.73%59.22%-
HSV(B)39.88º72.03%92.55%-
XYZ51.750.4712.17-
YUV183.1661.88165.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 179 (70.31% from 255) = 37.21%
BLUE value IS 66 (26.17% from 255) = 13.72%
R=49.06%
G=37.21%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361796600.240.720.0739.8881.7359.22
HexECB34201848728523b
Octal35426310203011075012273
Binary1110110010110011100001001100010010001111010001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB342; }

 p { color: rgb(236,179,66); }

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

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

 a { background-color: rgb(236,179,66); }

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

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

 span { border-color: rgb(236,179,66); }

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