#E5AF38

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

Shades of Tulip Tree #E5AF38

Tints of Tulip Tree #E5AF38

Color information

#E5AF38 (or 0xE5AF38) is unknown color: approx Tulip Tree. HEX triplet: E5, AF and 38. RGB value is (229,175,56). Sum of RGB (Red+Green+Blue) = 229+175+56=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF38 is #1A50C7. Grayscale: #B2B2B2. Windows color (decimal): -1724616 or 3715045. OLE color: 3715045.

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

Color convert

RGB22917556-
CMYK00.240.760.10
HSL41.27º76.89%55.88%-
HSV(B)41.27º75.55%89.8%-
XYZ48.3647.610.38-
YUV177.5859.39164.68-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.78%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 56 (22.27% from 255) = 12.17%
R=49.78%
G=38.04%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291755600.240.760.1041.2776.8955.88
HexE5AF380184CA294d38
Octal34525770030114125111570
Binary1110010110101111111000011000100110010101010011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AF38; }

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

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

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

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

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

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

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

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