Html Css Color HEX #E2A80B Gamboge

📋 copy color: '#E2A80B'

red 226 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #E2A80B

Tints of Gamboge #E2A80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 55.8%
G = 41.48%
B = 2.72%

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

#E2A80B (or 0xE2A80B) is known color: Gamboge. HEX triplet: E2, A8 and 0B. RGB value is (226,168,11). Sum of RGB (Red+Green+Blue) = 226+168+11=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A80B is #1D57F4. Grayscale: #A8A8A8. Windows color (decimal): -1923061 or 764130. OLE color: 764130.

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

Color convert

RGB 226 168 11 -
CMYK 0 0.26 0.95 0.11
HSL 43.81º 0.91% 0.46% -
HSV(B) 43.81º 0.95% 0.89% -
XYZ 45.43 44.2 6.45 -
YUV 167.44 39.72 169.77 -
System Red Green Blue C M Y K H S L
Decimal 226 168 11 0 0.26 0.95 0.11 43.81 0.91 0.46
Hex E2 A8 B 0 1A 5F B 2C 5B 2E
Octal 342 250 13 0 32 137 13 54 133 56
Binary 11100010 10101000 1011 0 11010 1011111 1011 101100 1011011 101110

Color Harmonies of #E2A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A80B

Black with #E2A80B

Text Example


Text Example

White with #E2A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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