#E3AF40

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

Shades of Tulip Tree #E3AF40

Tints of Tulip Tree #E3AF40

Color information

#E3AF40 (or 0xE3AF40) is unknown color: approx Tulip Tree. HEX triplet: E3, AF and 40. RGB value is (227,175,64). Sum of RGB (Red+Green+Blue) = 227+175+64=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF40 is #1C50BF. Grayscale: #B2B2B2. Windows color (decimal): -1855680 or 4239331. OLE color: 4239331.

HSL color Cylindrical-coordinate representation of color #E3AF40: hue angle of 40.86º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E3AF40 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB22717564-
CMYK00.230.720.11
HSL40.86º74.43%57.06%-
HSV(B)40.86º71.81%89.02%-
XYZ47.9347.3611.47-
YUV177.8963.73163.03-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=48.71%
G=37.55%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271756400.230.720.1140.8674.4357.06
HexE3AF4001748B294a39
Octal343257100027110135111271
Binary11100011101011111000000010111100100010111010011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AF40; }

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

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

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

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

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

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

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

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