Html Css Color HEX #E0A408 Gamboge

📋 copy color: '#E0A408'

red 224 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #E0A408

Tints of Gamboge #E0A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

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

R = 56.57%
G = 41.41%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0A408 (or 0xE0A408) is known color: Gamboge. HEX triplet: E0, A4 and 08. RGB value is (224,164,8). Sum of RGB (Red+Green+Blue) = 224+164+8=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A408 is #1F5BF7. Grayscale: #A4A4A4. Windows color (decimal): -2055160 or 566496. OLE color: 566496.

HSL color Cylindrical-coordinate representation of color #E0A408: hue angle of 43.33º 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 #E0A408 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 164 8 -
CMYK 0 0.27 0.96 0.12
HSL 43.33º 0.93% 0.45% -
HSV(B) 43.33º 0.96% 0.88% -
XYZ 44.06 42.42 6.09 -
YUV 164.16 39.88 170.68 -
System Red Green Blue C M Y K H S L
Decimal 224 164 8 0 0.27 0.96 0.12 43.33 0.93 0.45
Hex E0 A4 8 0 1B 60 C 2B 5D 2D
Octal 340 244 10 0 33 140 14 53 135 55
Binary 11100000 10100100 1000 0 11011 1100000 1100 101011 1011101 101101

Color Harmonies of #E0A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A408

Black with #E0A408

Text Example


Text Example

White with #E0A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A408; }

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

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

background-color css

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

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

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

border-color css

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

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

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