#E8A21F

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

Shades of Gamboge #E8A21F

Tints of Gamboge #E8A21F

Color information

#E8A21F (or 0xE8A21F) is unknown color: approx Gamboge. HEX triplet: E8, A2 and 1F. RGB value is (232,162,31). Sum of RGB (Red+Green+Blue) = 232+162+31=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A21F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A21F is #175DE0. Grayscale: #A8A8A8. Windows color (decimal): -1531361 or 2073320. OLE color: 2073320.

HSL color Cylindrical-coordinate representation of color #E8A21F: hue angle of 39.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8A21F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB23216231-
CMYK00.300.870.09
HSL39.1º81.38%51.57%-
HSV(B)39.1º86.64%90.98%-
XYZ46.4543.17.17-
YUV16850.69173.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.59%
GREEN value IS 162 (63.67% from 255) = 38.12%
BLUE value IS 31 (12.5% from 255) = 7.29%
R=54.59%
G=38.12%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321623100.300.870.0939.181.3851.57
HexE8A21F01E579275134
Octal35024237036127114712164
Binary111010001010001011111011110101011110011001111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A21F; }

 p { color: rgb(232,162,31); }

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

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

 a { background-color: rgb(232,162,31); }

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

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

 span { border-color: rgb(232,162,31); }

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