Html Css Color HEX #E6A516 Gamboge

📋 copy color: '#E6A516'

red 230 ◦ green 165 ◦ blue 22

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

Shades of Gamboge #E6A516

Tints of Gamboge #E6A516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 55.16%
G = 39.57%
B = 5.28%

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

#E6A516 (or 0xE6A516) is known color: Gamboge. HEX triplet: E6, A5 and 16. RGB value is (230,165,22). Sum of RGB (Red+Green+Blue) = 230+165+22=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6A516 is #195AE9. Grayscale: #A8A8A8. Windows color (decimal): -1661674 or 1484262. OLE color: 1484262.

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

Color convert

RGB 230 165 22 -
CMYK 0 0.28 0.90 0.10
HSL 41.25º 0.83% 0.49% -
HSV(B) 41.25º 0.9% 0.9% -
XYZ 46.23 43.79 6.77 -
YUV 168.13 45.53 172.13 -
System Red Green Blue C M Y K H S L
Decimal 230 165 22 0 0.28 0.90 0.10 41.25 0.83 0.49
Hex E6 A5 16 0 1C 5A A 29 53 31
Octal 346 245 26 0 34 132 12 51 123 61
Binary 11100110 10100101 10110 0 11100 1011010 1010 101001 1010011 110001

Color Harmonies of #E6A516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A516

Black with #E6A516

Text Example


Text Example

White with #E6A516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A516; }

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

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

background-color css

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

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

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

border-color css

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

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

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