#E0B43D

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

Shades of Tulip Tree #E0B43D

Tints of Tulip Tree #E0B43D

Color information

#E0B43D (or 0xE0B43D) is unknown color: approx Tulip Tree. HEX triplet: E0, B4 and 3D. RGB value is (224,180,61). Sum of RGB (Red+Green+Blue) = 224+180+61=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B43D is #1F4BC2. Grayscale: #B4B4B4. Windows color (decimal): -2051011 or 4044000. OLE color: 4044000.

HSL color Cylindrical-coordinate representation of color #E0B43D: hue angle of 43.8º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0B43D is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB22418061-
CMYK00.200.730.12
HSL43.8º72.44%55.88%-
HSV(B)43.8º72.77%87.84%-
XYZ47.948.8311.31-
YUV179.5961.08159.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.17%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=48.17%
G=38.71%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241806100.200.730.1243.872.4455.88
HexE0B43D01449C2c4838
Octal34026475024111145411070
Binary1110000010110100111101010100100100111001011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B43D; }

 p { color: rgb(224,180,61); }

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

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

 a { background-color: rgb(224,180,61); }

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

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

 span { border-color: rgb(224,180,61); }

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