Html Css Color HEX #E6A916 Gamboge

📋 copy color: '#E6A916'

red 230 ◦ green 169 ◦ blue 22

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

Shades of Gamboge #E6A916

Tints of Gamboge #E6A916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.14%

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

R = 54.63%
G = 40.14%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E6A916 (or 0xE6A916) is known color: Gamboge. HEX triplet: E6, A9 and 16. RGB value is (230,169,22). Sum of RGB (Red+Green+Blue) = 230+169+22=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A916 is #1956E9. Grayscale: #ABABAB. Windows color (decimal): -1660650 or 1485286. OLE color: 1485286.

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

Color convert

RGB 230 169 22 -
CMYK 0 0.27 0.90 0.10
HSL 42.4º 0.83% 0.49% -
HSV(B) 42.4º 0.9% 0.9% -
XYZ 46.97 45.26 7.02 -
YUV 170.48 44.21 170.45 -
System Red Green Blue C M Y K H S L
Decimal 230 169 22 0 0.27 0.90 0.10 42.4 0.83 0.49
Hex E6 A9 16 0 1B 5A A 2A 53 31
Octal 346 251 26 0 33 132 12 52 123 61
Binary 11100110 10101001 10110 0 11011 1011010 1010 101010 1010011 110001

Color Harmonies of #E6A916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A916

Black with #E6A916

Text Example


Text Example

White with #E6A916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A916; }

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

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

background-color css

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

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

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

border-color css

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

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

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