Html Css Color HEX #E3A114 Gamboge

📋 copy color: '#E3A114'

red 227 ◦ green 161 ◦ blue 20

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

Shades of Gamboge #E3A114

Tints of Gamboge #E3A114

RGB

 RED value IS 227 (89.06% from 255) = 55.64%

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

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

R = 55.64%
G = 39.46%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E3A114 (or 0xE3A114) is known color: Gamboge. HEX triplet: E3, A1 and 14. RGB value is (227,161,20). Sum of RGB (Red+Green+Blue) = 227+161+20=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A114 is #1C5EEB. Grayscale: #A5A5A5. Windows color (decimal): -1859308 or 1352163. OLE color: 1352163.

HSL color Cylindrical-coordinate representation of color #E3A114: hue angle of 40.87º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3A114 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 161 20 -
CMYK 0 0.29 0.91 0.11
HSL 40.87º 0.84% 0.48% -
HSV(B) 40.87º 0.91% 0.89% -
XYZ 44.55 41.87 6.4 -
YUV 164.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 227 161 20 0 0.29 0.91 0.11 40.87 0.84 0.48
Hex E3 A1 14 0 1D 5B B 29 54 30
Octal 343 241 24 0 35 133 13 51 124 60
Binary 11100011 10100001 10100 0 11101 1011011 1011 101001 1010100 110000

Color Harmonies of #E3A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A114

Black with #E3A114

Text Example


Text Example

White with #E3A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A114; }

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

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

background-color css

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

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

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

border-color css

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

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

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