Html Css Color HEX #E8A80B Gamboge

📋 copy color: '#E8A80B'

red 232 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #E8A80B

Tints of Gamboge #E8A80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 56.45%
G = 40.88%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8A80B (or 0xE8A80B) is known color: Gamboge. HEX triplet: E8, A8 and 0B. RGB value is (232,168,11). Sum of RGB (Red+Green+Blue) = 232+168+11=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8A80B is #1757F4. Grayscale: #A9A9A9. Windows color (decimal): -1529845 or 764136. OLE color: 764136.

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

Color convert

RGB 232 168 11 -
CMYK 0 0.28 0.95 0.09
HSL 42.62º 0.91% 0.48% -
HSV(B) 42.62º 0.95% 0.91% -
XYZ 47.34 45.19 6.54 -
YUV 169.24 38.7 172.77 -
System Red Green Blue C M Y K H S L
Decimal 232 168 11 0 0.28 0.95 0.09 42.62 0.91 0.48
Hex E8 A8 B 0 1C 5F 9 2B 5B 30
Octal 350 250 13 0 34 137 11 53 133 60
Binary 11101000 10101000 1011 0 11100 1011111 1001 101011 1011011 110000

Color Harmonies of #E8A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A80B

Black with #E8A80B

Text Example


Text Example

White with #E8A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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