Html Css Color HEX #E8A016 Gamboge

📋 copy color: '#E8A016'

red 232 ◦ green 160 ◦ blue 22

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

Shades of Gamboge #E8A016

Tints of Gamboge #E8A016

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.65%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 56.04%
G = 38.65%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8A016 (or 0xE8A016) is known color: Gamboge. HEX triplet: E8, A0 and 16. RGB value is (232,160,22). Sum of RGB (Red+Green+Blue) = 232+160+22=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A016 is #175FE9. Grayscale: #A6A6A6. Windows color (decimal): -1531882 or 1482984. OLE color: 1482984.

HSL color Cylindrical-coordinate representation of color #E8A016: hue angle of 39.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8A016 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 160 22 -
CMYK 0 0.31 0.91 0.09
HSL 39.43º 0.83% 0.5% -
HSV(B) 39.43º 0.91% 0.91% -
XYZ 45.99 42.36 6.51 -
YUV 165.8 46.85 175.22 -
System Red Green Blue C M Y K H S L
Decimal 232 160 22 0 0.31 0.91 0.09 39.43 0.83 0.5
Hex E8 A0 16 0 1F 5B 9 27 53 32
Octal 350 240 26 0 37 133 11 47 123 62
Binary 11101000 10100000 10110 0 11111 1011011 1001 100111 1010011 110010

Color Harmonies of #E8A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A016

Black with #E8A016

Text Example


Text Example

White with #E8A016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A016; }

 p { color: rgb(232,160,22); }

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

background-color css

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

 a { background-color: rgb(232,160,22); }

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

border-color css

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

 span { border-color: rgb(232,160,22); }

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