Html Css Color HEX #E8AD0C Gamboge

📋 copy color: '#E8AD0C'

red 232 ◦ green 173 ◦ blue 12

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

Shades of Gamboge #E8AD0C

Tints of Gamboge #E8AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.49%

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

R = 55.64%
G = 41.49%
B = 2.88%

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

#E8AD0C (or 0xE8AD0C) is known color: Gamboge. HEX triplet: E8, AD and 0C. RGB value is (232,173,12). Sum of RGB (Red+Green+Blue) = 232+173+12=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD0C is #1752F3. Grayscale: #ACACAC. Windows color (decimal): -1528564 or 830952. OLE color: 830952.

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

Color convert

RGB 232 173 12 -
CMYK 0 0.25 0.95 0.09
HSL 43.91º 0.9% 0.48% -
HSV(B) 43.91º 0.95% 0.91% -
XYZ 48.29 47.07 6.89 -
YUV 172.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 232 173 12 0 0.25 0.95 0.09 43.91 0.9 0.48
Hex E8 AD C 0 19 5F 9 2C 5A 30
Octal 350 255 14 0 31 137 11 54 132 60
Binary 11101000 10101101 1100 0 11001 1011111 1001 101100 1011010 110000

Color Harmonies of #E8AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD0C

Black with #E8AD0C

Text Example


Text Example

White with #E8AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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