Html Css Color HEX #E6A616 Gamboge

📋 copy color: '#E6A616'

red 230 ◦ green 166 ◦ blue 22

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

Shades of Gamboge #E6A616

Tints of Gamboge #E6A616

RGB

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

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

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

R = 55.02%
G = 39.71%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6A616 (or 0xE6A616) is known color: Gamboge. HEX triplet: E6, A6 and 16. RGB value is (230,166,22). Sum of RGB (Red+Green+Blue) = 230+166+22=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A616 is #1959E9. Grayscale: #A9A9A9. Windows color (decimal): -1661418 or 1484518. OLE color: 1484518.

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

Color convert

RGB 230 166 22 -
CMYK 0 0.28 0.90 0.10
HSL 41.54º 0.83% 0.49% -
HSV(B) 41.54º 0.9% 0.9% -
XYZ 46.41 44.15 6.84 -
YUV 168.72 45.2 171.71 -
System Red Green Blue C M Y K H S L
Decimal 230 166 22 0 0.28 0.90 0.10 41.54 0.83 0.49
Hex E6 A6 16 0 1C 5A A 2A 53 31
Octal 346 246 26 0 34 132 12 52 123 61
Binary 11100110 10100110 10110 0 11100 1011010 1010 101010 1010011 110001

Color Harmonies of #E6A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A616

Black with #E6A616

Text Example


Text Example

White with #E6A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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