Html Css Color HEX #E2B100 Gamboge

📋 copy color: '#E2B100'

red 226 ◦ green 177 ◦ blue 0

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

Shades of Gamboge #E2B100

Tints of Gamboge #E2B100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.08%
G = 43.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E2B100 (or 0xE2B100) is known color: Gamboge. HEX triplet: E2, B1 and 00. RGB value is (226,177,0). Sum of RGB (Red+Green+Blue) = 226+177+0=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B100 is #1D4EFF. Grayscale: #ACACAC. Windows color (decimal): -1920768 or 45538. OLE color: 45538.

HSL color Cylindrical-coordinate representation of color #E2B100: hue angle of 46.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2B100 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 177 0 -
CMYK 0 0.22 1 0.11
HSL 46.99º 1% 0.44% -
HSV(B) 46.99º 1% 0.89% -
XYZ 47.09 47.61 6.71 -
YUV 171.47 31.23 166.89 -
System Red Green Blue C M Y K H S L
Decimal 226 177 0 0 0.22 1 0.11 46.99 1 0.44
Hex E2 B1 0 0 16 64 B 2F 64 2C
Octal 342 261 0 0 26 144 13 57 144 54
Binary 11100010 10110001 0 0 10110 1100100 1011 101111 1100100 101100

Color Harmonies of #E2B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B100

Black with #E2B100

Text Example


Text Example

White with #E2B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B100; }

 p { color: rgb(226,177,0); }

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

background-color css

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

 a { background-color: rgb(226,177,0); }

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

border-color css

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

 span { border-color: rgb(226,177,0); }

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