Html Css Color HEX #EAA114 Gamboge

📋 copy color: '#EAA114'

red 234 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #EAA114

Tints of Gamboge #EAA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.8%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 56.39%
G = 38.8%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAA114 (or 0xEAA114) is known color: Gamboge. HEX triplet: EA, A1 and 14. RGB value is (234,161,20). Sum of RGB (Red+Green+Blue) = 234+161+20=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA114 is #155EEB. Grayscale: #A7A7A7. Windows color (decimal): -1400556 or 1352170. OLE color: 1352170.

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

Color convert

RGB 234 161 20 -
CMYK 0 0.31 0.91 0.08
HSL 39.53º 0.84% 0.5% -
HSV(B) 39.53º 0.91% 0.92% -
XYZ 46.8 43.03 6.5 -
YUV 166.75 45.18 175.96 -
System Red Green Blue C M Y K H S L
Decimal 234 161 20 0 0.31 0.91 0.08 39.53 0.84 0.5
Hex EA A1 14 0 1F 5B 8 28 54 32
Octal 352 241 24 0 37 133 10 50 124 62
Binary 11101010 10100001 10100 0 11111 1011011 1000 101000 1010100 110010

Color Harmonies of #EAA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA114

Black with #EAA114

Text Example


Text Example

White with #EAA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA114; }

 p { color: rgb(234,161,20); }

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

background-color css

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

 a { background-color: rgb(234,161,20); }

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

border-color css

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

 span { border-color: rgb(234,161,20); }

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