#E8B445

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

Shades of Tulip Tree #E8B445

Tints of Tulip Tree #E8B445

Color information

#E8B445 (or 0xE8B445) is unknown color: approx Tulip Tree. HEX triplet: E8, B4 and 45. RGB value is (232,180,69). Sum of RGB (Red+Green+Blue) = 232+180+69=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B445 is #174BBA. Grayscale: #B7B7B7. Windows color (decimal): -1526715 or 4568296. OLE color: 4568296.

HSL color Cylindrical-coordinate representation of color #E8B445: hue angle of 40.86º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8B445 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23218069-
CMYK00.220.700.09
HSL40.86º77.99%59.02%-
HSV(B)40.86º70.26%90.98%-
XYZ50.6750.2312.65-
YUV182.8963.73163.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.23%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 69 (27.34% from 255) = 14.35%
R=48.23%
G=37.42%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321806900.220.700.0940.8677.9959.02
HexE8B445016469294e3b
Octal350264105026106115111673
Binary11101000101101001000101010110100011010011010011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B445; }

 p { color: rgb(232,180,69); }

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

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

 a { background-color: rgb(232,180,69); }

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

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

 span { border-color: rgb(232,180,69); }

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