Html Css Color HEX #E8AA10 Gamboge

📋 copy color: '#E8AA10'

red 232 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #E8AA10

Tints of Gamboge #E8AA10

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.67%

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 55.5%
G = 40.67%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E8AA10 (or 0xE8AA10) is known color: Gamboge. HEX triplet: E8, AA and 10. RGB value is (232,170,16). Sum of RGB (Red+Green+Blue) = 232+170+16=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AA10 is #1755EF. Grayscale: #ABABAB. Windows color (decimal): -1529328 or 1092328. OLE color: 1092328.

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

Color convert

RGB 232 170 16 -
CMYK 0 0.27 0.93 0.09
HSL 42.78º 0.87% 0.49% -
HSV(B) 42.78º 0.93% 0.91% -
XYZ 47.75 45.94 6.84 -
YUV 170.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 232 170 16 0 0.27 0.93 0.09 42.78 0.87 0.49
Hex E8 AA 10 0 1B 5D 9 2B 57 31
Octal 350 252 20 0 33 135 11 53 127 61
Binary 11101000 10101010 10000 0 11011 1011101 1001 101011 1010111 110001

Color Harmonies of #E8AA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AA10

Black with #E8AA10

Text Example


Text Example

White with #E8AA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AA10; }

 p { color: rgb(232,170,16); }

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

background-color css

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

 a { background-color: rgb(232,170,16); }

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

border-color css

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

 span { border-color: rgb(232,170,16); }

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