Html Css Color HEX #E8B10C Gamboge

📋 copy color: '#E8B10C'

red 232 ◦ green 177 ◦ blue 12

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

Shades of Gamboge #E8B10C

Tints of Gamboge #E8B10C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 55.11%
G = 42.04%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8B10C (or 0xE8B10C) is known color: Gamboge. HEX triplet: E8, B1 and 0C. RGB value is (232,177,12). Sum of RGB (Red+Green+Blue) = 232+177+12=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B10C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8B10C is #174EF3. Grayscale: #AFAFAF. Windows color (decimal): -1527540 or 831976. OLE color: 831976.

HSL color Cylindrical-coordinate representation of color #E8B10C: hue angle of 45º degrees, saturation: 0.9, 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 #E8B10C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 177 12 -
CMYK 0 0.24 0.95 0.09
HSL 45º 0.9% 0.48% -
HSV(B) 45º 0.95% 0.91% -
XYZ 49.07 48.63 7.15 -
YUV 174.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 232 177 12 0 0.24 0.95 0.09 45 0.9 0.48
Hex E8 B1 C 0 18 5F 9 2D 5A 30
Octal 350 261 14 0 30 137 11 55 132 60
Binary 11101000 10110001 1100 0 11000 1011111 1001 101101 1011010 110000

Color Harmonies of #E8B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B10C

Black with #E8B10C

Text Example


Text Example

White with #E8B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B10C; }

 p { color: rgb(232,177,12); }

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

background-color css

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

 a { background-color: rgb(232,177,12); }

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

border-color css

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

 span { border-color: rgb(232,177,12); }

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