#E4B440

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

Shades of Tulip Tree #E4B440

Tints of Tulip Tree #E4B440

Color information

#E4B440 (or 0xE4B440) is unknown color: approx Tulip Tree. HEX triplet: E4, B4 and 40. RGB value is (228,180,64). Sum of RGB (Red+Green+Blue) = 228+180+64=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B440 is #1B4BBF. Grayscale: #B5B5B5. Windows color (decimal): -1788864 or 4240612. OLE color: 4240612.

HSL color Cylindrical-coordinate representation of color #E4B440: hue angle of 42.44º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4B440 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB22818064-
CMYK00.210.720.11
HSL42.44º75.23%57.25%-
HSV(B)42.44º71.93%89.41%-
XYZ49.2449.5111.81-
YUV181.1361.9161.43-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48.31%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 64 (25.39% from 255) = 13.56%
R=48.31%
G=38.14%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281806400.210.720.1142.4475.2357.25
HexE4B44001548B2a4b39
Octal344264100025110135211371
Binary11100100101101001000000010101100100010111010101001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4B440; }

 p { color: rgb(228,180,64); }

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

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

 a { background-color: rgb(228,180,64); }

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

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

 span { border-color: rgb(228,180,64); }

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