Html Css Color HEX #E5AA02 Gamboge

📋 copy color: '#E5AA02'

red 229 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #E5AA02

Tints of Gamboge #E5AA02

RGB

 RED value IS 229 (89.84% from 255) = 57.11%

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 57.11%
G = 42.39%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E5AA02 (or 0xE5AA02) is known color: Gamboge. HEX triplet: E5, AA and 02. RGB value is (229,170,2). Sum of RGB (Red+Green+Blue) = 229+170+2=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA02 is #1A55FD. Grayscale: #A9A9A9. Windows color (decimal): -1725950 or 174821. OLE color: 174821.

HSL color Cylindrical-coordinate representation of color #E5AA02: hue angle of 44.41º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5AA02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 170 2 -
CMYK 0 0.26 0.99 0.10
HSL 44.41º 0.98% 0.45% -
HSV(B) 44.41º 0.99% 0.9% -
XYZ 46.7 45.41 6.36 -
YUV 168.49 34.05 171.16 -
System Red Green Blue C M Y K H S L
Decimal 229 170 2 0 0.26 0.99 0.10 44.41 0.98 0.45
Hex E5 AA 2 0 1A 63 A 2C 62 2D
Octal 345 252 2 0 32 143 12 54 142 55
Binary 11100101 10101010 10 0 11010 1100011 1010 101100 1100010 101101

Color Harmonies of #E5AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AA02

Black with #E5AA02

Text Example


Text Example

White with #E5AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AA02; }

 p { color: rgb(229,170,2); }

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

background-color css

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

 a { background-color: rgb(229,170,2); }

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

border-color css

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

 span { border-color: rgb(229,170,2); }

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