Html Css Color HEX #E2B000 Gamboge

📋 copy color: '#E2B000'

red 226 ◦ green 176 ◦ blue 0

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

Shades of Gamboge #E2B000

Tints of Gamboge #E2B000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.78%

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

R = 56.22%
G = 43.78%
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

#E2B000 (or 0xE2B000) is known color: Gamboge. HEX triplet: E2, B0 and 00. RGB value is (226,176,0). Sum of RGB (Red+Green+Blue) = 226+176+0=402 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.22% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B000 is #1D4FFF. Grayscale: #ABABAB. Windows color (decimal): -1921024 or 45282. OLE color: 45282.

HSL color Cylindrical-coordinate representation of color #E2B000: hue angle of 46.73º 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 #E2B000 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 0 -
CMYK 0 0.22 1 0.11
HSL 46.73º 1% 0.44% -
HSV(B) 46.73º 1% 0.89% -
XYZ 46.89 47.22 6.64 -
YUV 170.89 31.57 167.31 -
System Red Green Blue C M Y K H S L
Decimal 226 176 0 0 0.22 1 0.11 46.73 1 0.44
Hex E2 B0 0 0 16 64 B 2F 64 2C
Octal 342 260 0 0 26 144 13 57 144 54
Binary 11100010 10110000 0 0 10110 1100100 1011 101111 1100100 101100

Color Harmonies of #E2B000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B000

Black with #E2B000

Text Example


Text Example

White with #E2B000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B000; }

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

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

background-color css

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

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

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

border-color css

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

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

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