Html Css Color HEX #EAAA12 Gamboge

📋 copy color: '#EAAA12'

red 234 ◦ green 170 ◦ blue 18

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

Shades of Gamboge #EAAA12

Tints of Gamboge #EAAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.27%

R = 55.45%
G = 40.28%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EAAA12 (or 0xEAAA12) is known color: Gamboge. HEX triplet: EA, AA and 12. RGB value is (234,170,18). Sum of RGB (Red+Green+Blue) = 234+170+18=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA12 is #1555ED. Grayscale: #ACACAC. Windows color (decimal): -1398254 or 1223402. OLE color: 1223402.

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

Color convert

RGB 234 170 18 -
CMYK 0 0.27 0.92 0.08
HSL 42.22º 0.86% 0.49% -
HSV(B) 42.22º 0.92% 0.92% -
XYZ 48.42 46.29 6.95 -
YUV 171.81 41.2 172.36 -
System Red Green Blue C M Y K H S L
Decimal 234 170 18 0 0.27 0.92 0.08 42.22 0.86 0.49
Hex EA AA 12 0 1B 5C 8 2A 56 31
Octal 352 252 22 0 33 134 10 52 126 61
Binary 11101010 10101010 10010 0 11011 1011100 1000 101010 1010110 110001

Color Harmonies of #EAAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAA12

Black with #EAAA12

Text Example


Text Example

White with #EAAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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