Html Css Color HEX #E1A80C Gamboge

📋 copy color: '#E1A80C'

red 225 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #E1A80C

Tints of Gamboge #E1A80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 55.56%
G = 41.48%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1A80C (or 0xE1A80C) is known color: Gamboge. HEX triplet: E1, A8 and 0C. RGB value is (225,168,12). Sum of RGB (Red+Green+Blue) = 225+168+12=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A80C is #1E57F3. Grayscale: #A7A7A7. Windows color (decimal): -1988596 or 829665. OLE color: 829665.

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

Color convert

RGB 225 168 12 -
CMYK 0 0.25 0.95 0.12
HSL 43.94º 0.9% 0.46% -
HSV(B) 43.94º 0.95% 0.88% -
XYZ 45.12 44.04 6.47 -
YUV 167.26 40.38 169.18 -
System Red Green Blue C M Y K H S L
Decimal 225 168 12 0 0.25 0.95 0.12 43.94 0.9 0.46
Hex E1 A8 C 0 19 5F C 2C 5A 2E
Octal 341 250 14 0 31 137 14 54 132 56
Binary 11100001 10101000 1100 0 11001 1011111 1100 101100 1011010 101110

Color Harmonies of #E1A80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A80C

Black with #E1A80C

Text Example


Text Example

White with #E1A80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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