Html Css Color HEX #E6A910 Gamboge

📋 copy color: '#E6A910'

red 230 ◦ green 169 ◦ blue 16

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

Shades of Gamboge #E6A910

Tints of Gamboge #E6A910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.86%

R = 55.42%
G = 40.72%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6A910 (or 0xE6A910) is known color: Gamboge. HEX triplet: E6, A9 and 10. RGB value is (230,169,16). Sum of RGB (Red+Green+Blue) = 230+169+16=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A910 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A910 is #1956EF. Grayscale: #AAAAAA. Windows color (decimal): -1660656 or 1092070. OLE color: 1092070.

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

Color convert

RGB 230 169 16 -
CMYK 0 0.27 0.93 0.10
HSL 42.9º 0.87% 0.48% -
HSV(B) 42.9º 0.93% 0.9% -
XYZ 46.91 45.24 6.75 -
YUV 169.8 41.21 170.94 -
System Red Green Blue C M Y K H S L
Decimal 230 169 16 0 0.27 0.93 0.10 42.9 0.87 0.48
Hex E6 A9 10 0 1B 5D A 2B 57 30
Octal 346 251 20 0 33 135 12 53 127 60
Binary 11100110 10101001 10000 0 11011 1011101 1010 101011 1010111 110000

Color Harmonies of #E6A910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A910

Black with #E6A910

Text Example


Text Example

White with #E6A910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A910; }

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

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

background-color css

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

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

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

border-color css

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

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

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