Html Css Color HEX #E1A80A Gamboge

📋 copy color: '#E1A80A'

red 225 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #E1A80A

Tints of Gamboge #E1A80A

RGB

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

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

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

R = 55.83%
G = 41.69%
B = 2.48%

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

#E1A80A (or 0xE1A80A) is known color: Gamboge. HEX triplet: E1, A8 and 0A. RGB value is (225,168,10). Sum of RGB (Red+Green+Blue) = 225+168+10=403 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.83% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A80A is #1E57F5. Grayscale: #A7A7A7. Windows color (decimal): -1988598 or 698593. OLE color: 698593.

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

Color convert

RGB 225 168 10 -
CMYK 0 0.25 0.96 0.12
HSL 44.09º 0.91% 0.46% -
HSV(B) 44.09º 0.96% 0.88% -
XYZ 45.11 44.03 6.41 -
YUV 167.03 39.38 169.35 -
System Red Green Blue C M Y K H S L
Decimal 225 168 10 0 0.25 0.96 0.12 44.09 0.91 0.46
Hex E1 A8 A 0 19 60 C 2C 5B 2E
Octal 341 250 12 0 31 140 14 54 133 56
Binary 11100001 10101000 1010 0 11001 1100000 1100 101100 1011011 101110

Color Harmonies of #E1A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A80A

Black with #E1A80A

Text Example


Text Example

White with #E1A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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