Html Css Color HEX #E6A311 Gamboge

📋 copy color: '#E6A311'

red 230 ◦ green 163 ◦ blue 17

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

Shades of Gamboge #E6A311

Tints of Gamboge #E6A311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 17 (7.03% from 255) = 4.15%

R = 56.1%
G = 39.76%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6A311 (or 0xE6A311) is known color: Gamboge. HEX triplet: E6, A3 and 11. RGB value is (230,163,17). Sum of RGB (Red+Green+Blue) = 230+163+17=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A311 is #195CEE. Grayscale: #A7A7A7. Windows color (decimal): -1662191 or 1156070. OLE color: 1156070.

HSL color Cylindrical-coordinate representation of color #E6A311: hue angle of 41.13º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6A311 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 163 17 -
CMYK 0 0.29 0.93 0.10
HSL 41.13º 0.86% 0.48% -
HSV(B) 41.13º 0.93% 0.9% -
XYZ 45.83 43.06 6.43 -
YUV 166.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 230 163 17 0 0.29 0.93 0.10 41.13 0.86 0.48
Hex E6 A3 11 0 1D 5D A 29 56 30
Octal 346 243 21 0 35 135 12 51 126 60
Binary 11100110 10100011 10001 0 11101 1011101 1010 101001 1010110 110000

Color Harmonies of #E6A311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A311

Black with #E6A311

Text Example


Text Example

White with #E6A311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A311; }

 p { color: rgb(230,163,17); }

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

background-color css

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

 a { background-color: rgb(230,163,17); }

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

border-color css

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

 span { border-color: rgb(230,163,17); }

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