#E8A21A

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

Shades of Gamboge #E8A21A

Tints of Gamboge #E8A21A

Color information

#E8A21A (or 0xE8A21A) is unknown color: approx Gamboge. HEX triplet: E8, A2 and 1A. RGB value is (232,162,26). Sum of RGB (Red+Green+Blue) = 232+162+26=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A21A is #175DE5. Grayscale: #A8A8A8. Windows color (decimal): -1531366 or 1745640. OLE color: 1745640.

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

Color convert

RGB23216226-
CMYK00.300.890.09
HSL39.61º81.75%50.59%-
HSV(B)39.61º88.79%90.98%-
XYZ46.3943.076.85-
YUV167.4348.19174.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 55.24%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 26 (10.55% from 255) = 6.19%
R=55.24%
G=38.57%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321622600.300.890.0939.6181.7550.59
HexE8A21A01E599285233
Octal35024232036131115012263
Binary111010001010001011010011110101100110011010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A21A; }

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

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

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

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

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

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

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

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