Html Css Color HEX #E8A20E Gamboge

📋 copy color: '#E8A20E'

red 232 ◦ green 162 ◦ blue 14

#E8A20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #E8A20E

Tints of Gamboge #E8A20E

RGB

 RED value IS 232 (91.02% from 255) = 56.86%

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 14 (5.86% from 255) = 3.43%

R = 56.86%
G = 39.71%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E8A20E (or 0xE8A20E) is known color: Gamboge. HEX triplet: E8, A2 and 0E. RGB value is (232,162,14). Sum of RGB (Red+Green+Blue) = 232+162+14=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A20E is #175DF1. Grayscale: #A6A6A6. Windows color (decimal): -1531378 or 959208. OLE color: 959208.

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

Color convert

RGB 232 162 14 -
CMYK 0 0.30 0.94 0.09
HSL 40.73º 0.89% 0.48% -
HSV(B) 40.73º 0.94% 0.91% -
XYZ 46.28 43.03 6.28 -
YUV 166.06 42.19 175.03 -
System Red Green Blue C M Y K H S L
Decimal 232 162 14 0 0.30 0.94 0.09 40.73 0.89 0.48
Hex E8 A2 E 0 1E 5E 9 29 59 30
Octal 350 242 16 0 36 136 11 51 131 60
Binary 11101000 10100010 1110 0 11110 1011110 1001 101001 1011001 110000

Color Harmonies of #E8A20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A20E

Black with #E8A20E

Text Example


Text Example

White with #E8A20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A20E; }

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

 H1.HeaderClassName
 {
   color: #E8A20E;
 }
 .AnyTagClassName
 {
   color: #E8A20E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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