Html Css Color HEX #E3AA0A Gamboge

📋 copy color: '#E3AA0A'

red 227 ◦ green 170 ◦ blue 10

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

Shades of Gamboge #E3AA0A

Tints of Gamboge #E3AA0A

RGB

 RED value IS 227 (89.06% from 255) = 55.77%

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

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 55.77%
G = 41.77%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3AA0A (or 0xE3AA0A) is known color: Gamboge. HEX triplet: E3, AA and 0A. RGB value is (227,170,10). Sum of RGB (Red+Green+Blue) = 227+170+10=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3AA0A is #1C55F5. Grayscale: #A9A9A9. Windows color (decimal): -1857014 or 699107. OLE color: 699107.

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

Color convert

RGB 227 170 10 -
CMYK 0 0.25 0.96 0.11
HSL 44.24º 0.92% 0.46% -
HSV(B) 44.24º 0.96% 0.89% -
XYZ 46.11 45.1 6.56 -
YUV 168.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 227 170 10 0 0.25 0.96 0.11 44.24 0.92 0.46
Hex E3 AA A 0 19 60 B 2C 5C 2E
Octal 343 252 12 0 31 140 13 54 134 56
Binary 11100011 10101010 1010 0 11001 1100000 1011 101100 1011100 101110

Color Harmonies of #E3AA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3AA0A

Black with #E3AA0A

Text Example


Text Example

White with #E3AA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3AA0A; }

 p { color: rgb(227,170,10); }

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

background-color css

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

 a { background-color: rgb(227,170,10); }

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

border-color css

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

 span { border-color: rgb(227,170,10); }

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