Html Css Color HEX #E6A116 Gamboge

📋 copy color: '#E6A116'

red 230 ◦ green 161 ◦ blue 22

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

Shades of Gamboge #E6A116

Tints of Gamboge #E6A116

RGB

 RED value IS 230 (90.23% from 255) = 55.69%

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

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 55.69%
G = 38.98%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6A116 (or 0xE6A116) is known color: Gamboge. HEX triplet: E6, A1 and 16. RGB value is (230,161,22). Sum of RGB (Red+Green+Blue) = 230+161+22=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A116 is #195EE9. Grayscale: #A6A6A6. Windows color (decimal): -1662698 or 1483238. OLE color: 1483238.

HSL color Cylindrical-coordinate representation of color #E6A116: hue angle of 40.1º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6A116 is Cyan = 0, Magento = 0.3, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 161 22 -
CMYK 0 0.3 0.90 0.10
HSL 40.1º 0.83% 0.49% -
HSV(B) 40.1º 0.9% 0.9% -
XYZ 45.52 42.37 6.54 -
YUV 165.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 230 161 22 0 0.3 0.90 0.10 40.1 0.83 0.49
Hex E6 A1 16 0 1E 5A A 28 53 31
Octal 346 241 26 0 36 132 12 50 123 61
Binary 11100110 10100001 10110 0 11110 1011010 1010 101000 1010011 110001

Color Harmonies of #E6A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A116

Black with #E6A116

Text Example


Text Example

White with #E6A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A116; }

 p { color: rgb(230,161,22); }

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

background-color css

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

 a { background-color: rgb(230,161,22); }

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

border-color css

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

 span { border-color: rgb(230,161,22); }

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