#E0AD49

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

Shades of Tulip Tree #E0AD49

Tints of Tulip Tree #E0AD49

Color information

#E0AD49 (or 0xE0AD49) is unknown color: approx Tulip Tree. HEX triplet: E0, AD and 49. RGB value is (224,173,73). Sum of RGB (Red+Green+Blue) = 224+173+73=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 73 (28.91% from 255 or 15.53% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD49 is #1F52B6. Grayscale: #B1B1B1. Windows color (decimal): -2052791 or 4828640. OLE color: 4828640.

HSL color Cylindrical-coordinate representation of color #E0AD49: hue angle of 39.74º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E0AD49 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB22417373-
CMYK00.230.670.12
HSL39.74º70.89%58.24%-
HSV(B)39.74º67.41%87.84%-
XYZ46.8946.2212.75-
YUV176.8569.4161.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.66%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 73 (28.91% from 255) = 15.53%
R=47.66%
G=36.81%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241737300.230.670.1239.7470.8958.24
HexE0AD4901743C28473a
Octal340255111027103145010772
Binary11100000101011011001001010111100001111001010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AD49; }

 p { color: rgb(224,173,73); }

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

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

 a { background-color: rgb(224,173,73); }

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

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

 span { border-color: rgb(224,173,73); }

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