Html Css Color HEX #E1A80B Gamboge

📋 copy color: '#E1A80B'

red 225 ◦ green 168 ◦ blue 11

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

Shades of Gamboge #E1A80B

Tints of Gamboge #E1A80B

RGB

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

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

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

R = 55.69%
G = 41.58%
B = 2.72%

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

#E1A80B (or 0xE1A80B) is known color: Gamboge. HEX triplet: E1, A8 and 0B. RGB value is (225,168,11). Sum of RGB (Red+Green+Blue) = 225+168+11=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A80B is #1E57F4. Grayscale: #A7A7A7. Windows color (decimal): -1988597 or 764129. OLE color: 764129.

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

Color convert

RGB 225 168 11 -
CMYK 0 0.25 0.95 0.12
HSL 44.02º 0.91% 0.46% -
HSV(B) 44.02º 0.95% 0.88% -
XYZ 45.11 44.04 6.44 -
YUV 167.15 39.88 169.27 -
System Red Green Blue C M Y K H S L
Decimal 225 168 11 0 0.25 0.95 0.12 44.02 0.91 0.46
Hex E1 A8 B 0 19 5F C 2C 5B 2E
Octal 341 250 13 0 31 137 14 54 133 56
Binary 11100001 10101000 1011 0 11001 1011111 1100 101100 1011011 101110

Color Harmonies of #E1A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A80B

Black with #E1A80B

Text Example


Text Example

White with #E1A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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