Html Css Color HEX #E2A80C Gamboge

📋 copy color: '#E2A80C'

red 226 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #E2A80C

Tints of Gamboge #E2A80C

RGB

 RED value IS 226 (88.67% from 255) = 55.67%

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

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

R = 55.67%
G = 41.38%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2A80C (or 0xE2A80C) is known color: Gamboge. HEX triplet: E2, A8 and 0C. RGB value is (226,168,12). Sum of RGB (Red+Green+Blue) = 226+168+12=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A80C is #1D57F3. Grayscale: #A8A8A8. Windows color (decimal): -1923060 or 829666. OLE color: 829666.

HSL color Cylindrical-coordinate representation of color #E2A80C: hue angle of 43.74º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2A80C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 168 12 -
CMYK 0 0.26 0.95 0.11
HSL 43.74º 0.9% 0.47% -
HSV(B) 43.74º 0.95% 0.89% -
XYZ 45.43 44.2 6.48 -
YUV 167.56 40.22 169.68 -
System Red Green Blue C M Y K H S L
Decimal 226 168 12 0 0.26 0.95 0.11 43.74 0.9 0.47
Hex E2 A8 C 0 1A 5F B 2C 5A 2F
Octal 342 250 14 0 32 137 13 54 132 57
Binary 11100010 10101000 1100 0 11010 1011111 1011 101100 1011010 101111

Color Harmonies of #E2A80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A80C

Black with #E2A80C

Text Example


Text Example

White with #E2A80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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