#E8AF3A

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

Shades of Tulip Tree #E8AF3A

Tints of Tulip Tree #E8AF3A

Color information

#E8AF3A (or 0xE8AF3A) is unknown color: approx Tulip Tree. HEX triplet: E8, AF and 3A. RGB value is (232,175,58). Sum of RGB (Red+Green+Blue) = 232+175+58=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF3A is #1750C5. Grayscale: #B3B3B3. Windows color (decimal): -1528006 or 3846120. OLE color: 3846120.

HSL color Cylindrical-coordinate representation of color #E8AF3A: hue angle of 40.34º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8AF3A is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB23217558-
CMYK00.250.750.09
HSL40.34º79.09%56.86%-
HSV(B)40.34º75%90.98%-
XYZ49.3748.1210.69-
YUV178.759.88166.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 58 (23.05% from 255) = 12.47%
R=49.89%
G=37.63%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321755800.250.750.0940.3479.0956.86
HexE8AF3A0194B9284f39
Octal35025772031113115011771
Binary1110100010101111111010011001100101110011010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF3A; }

 p { color: rgb(232,175,58); }

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

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

 a { background-color: rgb(232,175,58); }

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

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

 span { border-color: rgb(232,175,58); }

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