#e5af3f

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

Shades of Tulip Tree #E5AF3F

Tints of Tulip Tree #E5AF3F

Color information

#E5AF3F (or 0xE5AF3F) is unknown color: approx Tulip Tree. HEX triplet: E5, AF and 3F. RGB value is (229,175,63). Sum of RGB (Red+Green+Blue) = 229+175+63=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF3F is #1A50C0. Grayscale: #B2B2B2. Windows color (decimal): -1724609 or 4173797. OLE color: 4173797.

HSL color Cylindrical-coordinate representation of color #E5AF3F: hue angle of 40.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5AF3F is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB22917563-
CMYK00.240.720.10
HSL40.48º76.15%57.25%-
HSV(B)40.48º72.49%89.8%-
XYZ48.5447.6811.35-
YUV178.3862.89164.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.04%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 63 (25% from 255) = 13.49%
R=49.04%
G=37.47%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291756300.240.720.1040.4876.1557.25
HexE5AF3F01848A284c39
Octal34525777030110125011471
Binary1110010110101111111111011000100100010101010001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5af3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5af3f; }

 p { color: rgb(229,175,63); }

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

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

 a { background-color: rgb(229,175,63); }

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

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

 span { border-color: rgb(229,175,63); }

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