Html Css Color HEX #E8AD08 Gamboge

📋 copy color: '#E8AD08'

red 232 ◦ green 173 ◦ blue 8

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

Shades of Gamboge #E8AD08

Tints of Gamboge #E8AD08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.94%

R = 56.17%
G = 41.89%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E8AD08 (or 0xE8AD08) is known color: Gamboge. HEX triplet: E8, AD and 08. RGB value is (232,173,8). Sum of RGB (Red+Green+Blue) = 232+173+8=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 8 (3.52% from 255 or 1.94% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AD08 is #1752F7. Grayscale: #ACACAC. Windows color (decimal): -1528568 or 568808. OLE color: 568808.

HSL color Cylindrical-coordinate representation of color #E8AD08: hue angle of 44.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8AD08 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 173 8 -
CMYK 0 0.25 0.97 0.09
HSL 44.2º 0.93% 0.47% -
HSV(B) 44.2º 0.97% 0.91% -
XYZ 48.27 47.06 6.77 -
YUV 171.83 35.55 170.92 -
System Red Green Blue C M Y K H S L
Decimal 232 173 8 0 0.25 0.97 0.09 44.2 0.93 0.47
Hex E8 AD 8 0 19 61 9 2C 5D 2F
Octal 350 255 10 0 31 141 11 54 135 57
Binary 11101000 10101101 1000 0 11001 1100001 1001 101100 1011101 101111

Color Harmonies of #E8AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AD08

Black with #E8AD08

Text Example


Text Example

White with #E8AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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