#E0B43F

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

Shades of Tulip Tree #E0B43F

Tints of Tulip Tree #E0B43F

Color information

#E0B43F (or 0xE0B43F) is unknown color: approx Tulip Tree. HEX triplet: E0, B4 and 3F. RGB value is (224,180,63). Sum of RGB (Red+Green+Blue) = 224+180+63=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B43F is #1F4BC0. Grayscale: #B4B4B4. Windows color (decimal): -2051009 or 4175072. OLE color: 4175072.

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

Color convert

RGB22418063-
CMYK00.200.720.12
HSL43.6º72.2%56.27%-
HSV(B)43.6º71.88%87.84%-
XYZ47.9648.8511.6-
YUV179.8262.08159.51-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 63 (25% from 255) = 13.49%
R=47.97%
G=38.54%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241806300.200.720.1243.672.256.27
HexE0B43F01448C2c4838
Octal34026477024110145411070
Binary1110000010110100111111010100100100011001011001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0B43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0B43F; }

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

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

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

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

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

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

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

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