Html Css Color HEX #EAAA04 Gamboge

📋 copy color: '#EAAA04'

red 234 ◦ green 170 ◦ blue 4

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

Shades of Gamboge #EAAA04

Tints of Gamboge #EAAA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.98%

R = 57.35%
G = 41.67%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAAA04 (or 0xEAAA04) is known color: Gamboge. HEX triplet: EA, AA and 04. RGB value is (234,170,4). Sum of RGB (Red+Green+Blue) = 234+170+4=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA04 is #1555FB. Grayscale: #AAAAAA. Windows color (decimal): -1398268 or 305898. OLE color: 305898.

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

Color convert

RGB 234 170 4 -
CMYK 0 0.27 0.98 0.08
HSL 43.3º 0.97% 0.47% -
HSV(B) 43.3º 0.98% 0.92% -
XYZ 48.33 46.25 6.49 -
YUV 170.21 34.2 173.5 -
System Red Green Blue C M Y K H S L
Decimal 234 170 4 0 0.27 0.98 0.08 43.3 0.97 0.47
Hex EA AA 4 0 1B 62 8 2B 61 2F
Octal 352 252 4 0 33 142 10 53 141 57
Binary 11101010 10101010 100 0 11011 1100010 1000 101011 1100001 101111

Color Harmonies of #EAAA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA04

Black with #EAAA04

Text Example


Text Example

White with #EAAA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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