Html Css Color HEX #EAA20C Gamboge

📋 copy color: '#EAA20C'

red 234 ◦ green 162 ◦ blue 12

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

Shades of Gamboge #EAA20C

Tints of Gamboge #EAA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.71%

 BLUE value IS 12 (5.08% from 255) = 2.94%

R = 57.35%
G = 39.71%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EAA20C (or 0xEAA20C) is known color: Gamboge. HEX triplet: EA, A2 and 0C. RGB value is (234,162,12). Sum of RGB (Red+Green+Blue) = 234+162+12=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA20C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA20C is #155DF3. Grayscale: #A7A7A7. Windows color (decimal): -1400308 or 828138. OLE color: 828138.

HSL color Cylindrical-coordinate representation of color #EAA20C: hue angle of 40.54º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAA20C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 162 12 -
CMYK 0 0.31 0.95 0.08
HSL 40.54º 0.9% 0.48% -
HSV(B) 40.54º 0.95% 0.92% -
XYZ 46.92 43.36 6.24 -
YUV 166.43 40.85 176.2 -
System Red Green Blue C M Y K H S L
Decimal 234 162 12 0 0.31 0.95 0.08 40.54 0.9 0.48
Hex EA A2 C 0 1F 5F 8 29 5A 30
Octal 352 242 14 0 37 137 10 51 132 60
Binary 11101010 10100010 1100 0 11111 1011111 1000 101001 1011010 110000

Color Harmonies of #EAA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA20C

Black with #EAA20C

Text Example


Text Example

White with #EAA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA20C; }

 p { color: rgb(234,162,12); }

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

background-color css

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

 a { background-color: rgb(234,162,12); }

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

border-color css

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

 span { border-color: rgb(234,162,12); }

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