Html Css Color HEX #E8A812 Gamboge

📋 copy color: '#E8A812'

red 232 ◦ green 168 ◦ blue 18

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

Shades of Gamboge #E8A812

Tints of Gamboge #E8A812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 18 (7.42% from 255) = 4.31%

R = 55.5%
G = 40.19%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E8A812 (or 0xE8A812) is known color: Gamboge. HEX triplet: E8, A8 and 12. RGB value is (232,168,18). Sum of RGB (Red+Green+Blue) = 232+168+18=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A812 is #1757ED. Grayscale: #AAAAAA. Windows color (decimal): -1529838 or 1222888. OLE color: 1222888.

HSL color Cylindrical-coordinate representation of color #E8A812: hue angle of 42.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8A812 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 168 18 -
CMYK 0 0.28 0.92 0.09
HSL 42.06º 0.86% 0.49% -
HSV(B) 42.06º 0.92% 0.91% -
XYZ 47.39 45.2 6.8 -
YUV 170.04 42.2 172.2 -
System Red Green Blue C M Y K H S L
Decimal 232 168 18 0 0.28 0.92 0.09 42.06 0.86 0.49
Hex E8 A8 12 0 1C 5C 9 2A 56 31
Octal 350 250 22 0 34 134 11 52 126 61
Binary 11101000 10101000 10010 0 11100 1011100 1001 101010 1010110 110001

Color Harmonies of #E8A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A812

Black with #E8A812

Text Example


Text Example

White with #E8A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A812; }

 p { color: rgb(232,168,18); }

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

background-color css

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

 a { background-color: rgb(232,168,18); }

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

border-color css

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

 span { border-color: rgb(232,168,18); }

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