Html Css Color HEX #E8AB0C Gamboge

📋 copy color: '#E8AB0C'

red 232 ◦ green 171 ◦ blue 12

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

Shades of Gamboge #E8AB0C

Tints of Gamboge #E8AB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.2%

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

R = 55.9%
G = 41.2%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8AB0C (or 0xE8AB0C) is known color: Gamboge. HEX triplet: E8, AB and 0C. RGB value is (232,171,12). Sum of RGB (Red+Green+Blue) = 232+171+12=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AB0C is #1754F3. Grayscale: #ABABAB. Windows color (decimal): -1529076 or 830440. OLE color: 830440.

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

Color convert

RGB 232 171 12 -
CMYK 0 0.26 0.95 0.09
HSL 43.36º 0.9% 0.48% -
HSV(B) 43.36º 0.95% 0.91% -
XYZ 47.91 46.31 6.76 -
YUV 171.11 38.21 171.43 -
System Red Green Blue C M Y K H S L
Decimal 232 171 12 0 0.26 0.95 0.09 43.36 0.9 0.48
Hex E8 AB C 0 1A 5F 9 2B 5A 30
Octal 350 253 14 0 32 137 11 53 132 60
Binary 11101000 10101011 1100 0 11010 1011111 1001 101011 1011010 110000

Color Harmonies of #E8AB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AB0C

Black with #E8AB0C

Text Example


Text Example

White with #E8AB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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