Html Css Color HEX #E0A208 Gamboge

📋 copy color: '#E0A208'

red 224 ◦ green 162 ◦ blue 8

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

Shades of Gamboge #E0A208

Tints of Gamboge #E0A208

RGB

 RED value IS 224 (87.89% from 255) = 56.85%

 GREEN value IS 162 (63.67% from 255) = 41.12%

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

R = 56.85%
G = 41.12%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0A208 (or 0xE0A208) is known color: Gamboge. HEX triplet: E0, A2 and 08. RGB value is (224,162,8). Sum of RGB (Red+Green+Blue) = 224+162+8=394 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.85% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A208 is #1F5DF7. Grayscale: #A3A3A3. Windows color (decimal): -2055672 or 565984. OLE color: 565984.

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

Color convert

RGB 224 162 8 -
CMYK 0 0.28 0.96 0.12
HSL 42.78º 0.93% 0.45% -
HSV(B) 42.78º 0.96% 0.88% -
XYZ 43.7 41.71 5.98 -
YUV 162.98 40.54 171.52 -
System Red Green Blue C M Y K H S L
Decimal 224 162 8 0 0.28 0.96 0.12 42.78 0.93 0.45
Hex E0 A2 8 0 1C 60 C 2B 5D 2D
Octal 340 242 10 0 34 140 14 53 135 55
Binary 11100000 10100010 1000 0 11100 1100000 1100 101011 1011101 101101

Color Harmonies of #E0A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A208

Black with #E0A208

Text Example


Text Example

White with #E0A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A208; }

 p { color: rgb(224,162,8); }

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

background-color css

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

 a { background-color: rgb(224,162,8); }

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

border-color css

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

 span { border-color: rgb(224,162,8); }

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