Html Css Color HEX #E6A611 Gamboge

📋 copy color: '#E6A611'

red 230 ◦ green 166 ◦ blue 17

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

Shades of Gamboge #E6A611

Tints of Gamboge #E6A611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.19%

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

R = 55.69%
G = 40.19%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6A611 (or 0xE6A611) is known color: Gamboge. HEX triplet: E6, A6 and 11. RGB value is (230,166,17). Sum of RGB (Red+Green+Blue) = 230+166+17=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A611 is #1959EE. Grayscale: #A8A8A8. Windows color (decimal): -1661423 or 1156838. OLE color: 1156838.

HSL color Cylindrical-coordinate representation of color #E6A611: hue angle of 41.97º 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 #E6A611 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 166 17 -
CMYK 0 0.28 0.93 0.10
HSL 41.97º 0.86% 0.48% -
HSV(B) 41.97º 0.93% 0.9% -
XYZ 46.37 44.14 6.61 -
YUV 168.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 230 166 17 0 0.28 0.93 0.10 41.97 0.86 0.48
Hex E6 A6 11 0 1C 5D A 2A 56 30
Octal 346 246 21 0 34 135 12 52 126 60
Binary 11100110 10100110 10001 0 11100 1011101 1010 101010 1010110 110000

Color Harmonies of #E6A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A611

Black with #E6A611

Text Example


Text Example

White with #E6A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A611; }

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

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

background-color css

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

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

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

border-color css

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

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

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