Html Css Color HEX #EAAA02 Gamboge

📋 copy color: '#EAAA02'

red 234 ◦ green 170 ◦ blue 2

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

Shades of Gamboge #EAAA02

Tints of Gamboge #EAAA02

RGB

 RED value IS 234 (91.8% from 255) = 57.64%

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

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

R = 57.64%
G = 41.87%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EAAA02 (or 0xEAAA02) is known color: Gamboge. HEX triplet: EA, AA and 02. RGB value is (234,170,2). Sum of RGB (Red+Green+Blue) = 234+170+2=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA02 is #1555FD. Grayscale: #AAAAAA. Windows color (decimal): -1398270 or 174826. OLE color: 174826.

HSL color Cylindrical-coordinate representation of color #EAAA02: hue angle of 43.45º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAAA02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 170 2 -
CMYK 0 0.27 0.99 0.08
HSL 43.45º 0.98% 0.46% -
HSV(B) 43.45º 0.99% 0.92% -
XYZ 48.32 46.25 6.44 -
YUV 169.98 33.2 173.66 -
System Red Green Blue C M Y K H S L
Decimal 234 170 2 0 0.27 0.99 0.08 43.45 0.98 0.46
Hex EA AA 2 0 1B 63 8 2B 62 2E
Octal 352 252 2 0 33 143 10 53 142 56
Binary 11101010 10101010 10 0 11011 1100011 1000 101011 1100010 101110

Color Harmonies of #EAAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA02

Black with #EAAA02

Text Example


Text Example

White with #EAAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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