#E6B33C

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

Shades of Tulip Tree #E6B33C

Tints of Tulip Tree #E6B33C

Color information

#E6B33C (or 0xE6B33C) is unknown color: approx Tulip Tree. HEX triplet: E6, B3 and 3C. RGB value is (230,179,60). Sum of RGB (Red+Green+Blue) = 230+179+60=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 60 (23.83% from 255 or 12.79% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B33C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B33C is #194CC3. Grayscale: #B5B5B5. Windows color (decimal): -1658052 or 3978214. OLE color: 3978214.

HSL color Cylindrical-coordinate representation of color #E6B33C: hue angle of 42º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E6B33C is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB23017960-
CMYK00.220.740.10
HSL42º77.27%56.86%-
HSV(B)42º73.91%90.2%-
XYZ49.5749.3911.2-
YUV180.6859.9163.18-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.04%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 60 (23.83% from 255) = 12.79%
R=49.04%
G=38.17%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301796000.220.740.104277.2756.86
HexE6B33C0164AA2a4d39
Octal34626374026112125211571
Binary1110011010110011111100010110100101010101010101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B33C; }

 p { color: rgb(230,179,60); }

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

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

 a { background-color: rgb(230,179,60); }

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

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

 span { border-color: rgb(230,179,60); }

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