Html Css Color HEX #E5A20A Gamboge

📋 copy color: '#E5A20A'

red 229 ◦ green 162 ◦ blue 10

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

Shades of Gamboge #E5A20A

Tints of Gamboge #E5A20A

RGB

 RED value IS 229 (89.84% from 255) = 57.11%

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 57.11%
G = 40.4%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E5A20A (or 0xE5A20A) is known color: Gamboge. HEX triplet: E5, A2 and 0A. RGB value is (229,162,10). Sum of RGB (Red+Green+Blue) = 229+162+10=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5A20A is #1A5DF5. Grayscale: #A5A5A5. Windows color (decimal): -1727990 or 697061. OLE color: 697061.

HSL color Cylindrical-coordinate representation of color #E5A20A: hue angle of 41.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5A20A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 162 10 -
CMYK 0 0.29 0.96 0.10
HSL 41.64º 0.92% 0.47% -
HSV(B) 41.64º 0.96% 0.9% -
XYZ 45.29 42.52 6.11 -
YUV 164.71 40.7 173.86 -
System Red Green Blue C M Y K H S L
Decimal 229 162 10 0 0.29 0.96 0.10 41.64 0.92 0.47
Hex E5 A2 A 0 1D 60 A 2A 5C 2F
Octal 345 242 12 0 35 140 12 52 134 57
Binary 11100101 10100010 1010 0 11101 1100000 1010 101010 1011100 101111

Color Harmonies of #E5A20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A20A

Black with #E5A20A

Text Example


Text Example

White with #E5A20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A20A; }

 p { color: rgb(229,162,10); }

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

background-color css

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

 a { background-color: rgb(229,162,10); }

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

border-color css

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

 span { border-color: rgb(229,162,10); }

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