Html Css Color HEX #E1A808 Gamboge

📋 copy color: '#E1A808'

red 225 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #E1A808

Tints of Gamboge #E1A808

RGB

 RED value IS 225 (88.28% from 255) = 56.11%

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 56.11%
G = 41.9%
B = 2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1A808 (or 0xE1A808) is known color: Gamboge. HEX triplet: E1, A8 and 08. RGB value is (225,168,8). Sum of RGB (Red+Green+Blue) = 225+168+8=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A808 is #1E57F7. Grayscale: #A7A7A7. Windows color (decimal): -1988600 or 567521. OLE color: 567521.

HSL color Cylindrical-coordinate representation of color #E1A808: hue angle of 44.24º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1A808 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 168 8 -
CMYK 0 0.25 0.96 0.12
HSL 44.24º 0.93% 0.46% -
HSV(B) 44.24º 0.96% 0.88% -
XYZ 45.1 44.03 6.35 -
YUV 166.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 225 168 8 0 0.25 0.96 0.12 44.24 0.93 0.46
Hex E1 A8 8 0 19 60 C 2C 5D 2E
Octal 341 250 10 0 31 140 14 54 135 56
Binary 11100001 10101000 1000 0 11001 1100000 1100 101100 1011101 101110

Color Harmonies of #E1A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A808

Black with #E1A808

Text Example


Text Example

White with #E1A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A808; }

 p { color: rgb(225,168,8); }

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

background-color css

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

 a { background-color: rgb(225,168,8); }

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

border-color css

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

 span { border-color: rgb(225,168,8); }

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