#E7AF40

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

Shades of Tulip Tree #E7AF40

Tints of Tulip Tree #E7AF40

Color information

#E7AF40 (or 0xE7AF40) is unknown color: approx Tulip Tree. HEX triplet: E7, AF and 40. RGB value is (231,175,64). Sum of RGB (Red+Green+Blue) = 231+175+64=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF40 is #1850BF. Grayscale: #B3B3B3. Windows color (decimal): -1593536 or 4239335. OLE color: 4239335.

HSL color Cylindrical-coordinate representation of color #E7AF40: hue angle of 39.88º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7AF40 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23117564-
CMYK00.240.720.09
HSL39.88º77.67%57.84%-
HSV(B)39.88º72.29%90.59%-
XYZ49.2148.0211.53-
YUV179.0963.05165.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 64 (25.39% from 255) = 13.62%
R=49.15%
G=37.23%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311756400.240.720.0939.8877.6757.84
HexE7AF40018489284e3a
Octal347257100030110115011672
Binary11100111101011111000000011000100100010011010001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AF40; }

 p { color: rgb(231,175,64); }

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

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

 a { background-color: rgb(231,175,64); }

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

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

 span { border-color: rgb(231,175,64); }

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