Html Css Color HEX #E2AA0B Gamboge

📋 copy color: '#E2AA0B'

red 226 ◦ green 170 ◦ blue 11

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

Shades of Gamboge #E2AA0B

Tints of Gamboge #E2AA0B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.77%

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

R = 55.53%
G = 41.77%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2AA0B (or 0xE2AA0B) is known color: Gamboge. HEX triplet: E2, AA and 0B. RGB value is (226,170,11). Sum of RGB (Red+Green+Blue) = 226+170+11=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AA0B is #1D55F4. Grayscale: #A9A9A9. Windows color (decimal): -1922549 or 764642. OLE color: 764642.

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

Color convert

RGB 226 170 11 -
CMYK 0 0.25 0.95 0.11
HSL 44.37º 0.91% 0.46% -
HSV(B) 44.37º 0.95% 0.89% -
XYZ 45.8 44.94 6.58 -
YUV 168.62 39.05 168.93 -
System Red Green Blue C M Y K H S L
Decimal 226 170 11 0 0.25 0.95 0.11 44.37 0.91 0.46
Hex E2 AA B 0 19 5F B 2C 5B 2E
Octal 342 252 13 0 31 137 13 54 133 56
Binary 11100010 10101010 1011 0 11001 1011111 1011 101100 1011011 101110

Color Harmonies of #E2AA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AA0B

Black with #E2AA0B

Text Example


Text Example

White with #E2AA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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