Html Css Color HEX #E2AA0D Gamboge

📋 copy color: '#E2AA0D'

red 226 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #E2AA0D

Tints of Gamboge #E2AA0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.18%

R = 55.26%
G = 41.56%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2AA0D (or 0xE2AA0D) is known color: Gamboge. HEX triplet: E2, AA and 0D. RGB value is (226,170,13). Sum of RGB (Red+Green+Blue) = 226+170+13=409 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.26% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2AA0D is #1D55F2. Grayscale: #A9A9A9. Windows color (decimal): -1922547 or 895714. OLE color: 895714.

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

Color convert

RGB 226 170 13 -
CMYK 0 0.25 0.94 0.11
HSL 44.23º 0.89% 0.47% -
HSV(B) 44.23º 0.94% 0.89% -
XYZ 45.81 44.95 6.64 -
YUV 168.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 226 170 13 0 0.25 0.94 0.11 44.23 0.89 0.47
Hex E2 AA D 0 19 5E B 2C 59 2F
Octal 342 252 15 0 31 136 13 54 131 57
Binary 11100010 10101010 1101 0 11001 1011110 1011 101100 1011001 101111

Color Harmonies of #E2AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AA0D

Black with #E2AA0D

Text Example


Text Example

White with #E2AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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