Html Css Color HEX #E8AF0C Gamboge

📋 copy color: '#E8AF0C'

red 232 ◦ green 175 ◦ blue 12

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

Shades of Gamboge #E8AF0C

Tints of Gamboge #E8AF0C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

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

R = 55.37%
G = 41.77%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8AF0C (or 0xE8AF0C) is known color: Gamboge. HEX triplet: E8, AF and 0C. RGB value is (232,175,12). Sum of RGB (Red+Green+Blue) = 232+175+12=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF0C is #1750F3. Grayscale: #AEAEAE. Windows color (decimal): -1528052 or 831464. OLE color: 831464.

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

Color convert

RGB 232 175 12 -
CMYK 0 0.25 0.95 0.09
HSL 44.45º 0.9% 0.48% -
HSV(B) 44.45º 0.95% 0.91% -
XYZ 48.68 47.84 7.02 -
YUV 173.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 232 175 12 0 0.25 0.95 0.09 44.45 0.9 0.48
Hex E8 AF C 0 19 5F 9 2C 5A 30
Octal 350 257 14 0 31 137 11 54 132 60
Binary 11101000 10101111 1100 0 11001 1011111 1001 101100 1011010 110000

Color Harmonies of #E8AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AF0C

Black with #E8AF0C

Text Example


Text Example

White with #E8AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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