Html Css Color HEX #EAAA11 Gamboge

📋 copy color: '#EAAA11'

red 234 ◦ green 170 ◦ blue 17

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

Shades of Gamboge #EAAA11

Tints of Gamboge #EAAA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.04%

R = 55.58%
G = 40.38%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EAAA11 (or 0xEAAA11) is known color: Gamboge. HEX triplet: EA, AA and 11. RGB value is (234,170,17). Sum of RGB (Red+Green+Blue) = 234+170+17=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA11 is #1555EE. Grayscale: #ACACAC. Windows color (decimal): -1398255 or 1157866. OLE color: 1157866.

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

Color convert

RGB 234 170 17 -
CMYK 0 0.27 0.93 0.08
HSL 42.3º 0.86% 0.49% -
HSV(B) 42.3º 0.93% 0.92% -
XYZ 48.41 46.28 6.91 -
YUV 171.69 40.7 172.44 -
System Red Green Blue C M Y K H S L
Decimal 234 170 17 0 0.27 0.93 0.08 42.3 0.86 0.49
Hex EA AA 11 0 1B 5D 8 2A 56 31
Octal 352 252 21 0 33 135 10 52 126 61
Binary 11101010 10101010 10001 0 11011 1011101 1000 101010 1010110 110001

Color Harmonies of #EAAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA11

Black with #EAAA11

Text Example


Text Example

White with #EAAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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