#E1AF3E

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

Shades of Tulip Tree #E1AF3E

Tints of Tulip Tree #E1AF3E

Color information

#E1AF3E (or 0xE1AF3E) is unknown color: approx Tulip Tree. HEX triplet: E1, AF and 3E. RGB value is (225,175,62). Sum of RGB (Red+Green+Blue) = 225+175+62=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF3E is #1E50C1. Grayscale: #B1B1B1. Windows color (decimal): -1986754 or 4108257. OLE color: 4108257.

HSL color Cylindrical-coordinate representation of color #E1AF3E: hue angle of 41.6º degrees, saturation: 0.73, 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 #E1AF3E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB22517562-
CMYK00.220.720.12
HSL41.6º73.09%56.27%-
HSV(B)41.6º72.44%88.24%-
XYZ47.2547.0211.14-
YUV177.0763.06162.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.70%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 62 (24.61% from 255) = 13.42%
R=48.70%
G=37.88%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251756200.220.720.1241.673.0956.27
HexE1AF3E01648C2a4938
Octal34125776026110145211170
Binary1110000110101111111110010110100100011001010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF3E; }

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

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

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

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

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

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

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

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