#E1AF48

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

Shades of Tulip Tree #E1AF48

Tints of Tulip Tree #E1AF48

Color information

#E1AF48 (or 0xE1AF48) is unknown color: approx Tulip Tree. HEX triplet: E1, AF and 48. RGB value is (225,175,72). Sum of RGB (Red+Green+Blue) = 225+175+72=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF48 is #1E50B7. Grayscale: #B2B2B2. Windows color (decimal): -1986744 or 4763617. OLE color: 4763617.

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

Color convert

RGB22517572-
CMYK00.220.680.12
HSL40.39º71.83%58.24%-
HSV(B)40.39º68%88.24%-
XYZ47.5547.1412.72-
YUV178.2168.06161.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.67%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 72 (28.52% from 255) = 15.25%
R=47.67%
G=37.08%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251757200.220.680.1240.3971.8358.24
HexE1AF4801644C28483a
Octal341257110026104145011072
Binary11100001101011111001000010110100010011001010001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF48; }

 p { color: rgb(225,175,72); }

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

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

 a { background-color: rgb(225,175,72); }

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

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

 span { border-color: rgb(225,175,72); }

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