Html Css Color HEX #E49716 Gamboge

📋 copy color: '#E49716'

red 228 ◦ green 151 ◦ blue 22

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

Shades of Gamboge #E49716

Tints of Gamboge #E49716

RGB

 RED value IS 228 (89.45% from 255) = 56.86%

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 56.86%
G = 37.66%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E49716 (or 0xE49716) is known color: Gamboge. HEX triplet: E4, 97 and 16. RGB value is (228,151,22). Sum of RGB (Red+Green+Blue) = 228+151+22=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E49716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49716 is #1B68E9. Grayscale: #9F9F9F. Windows color (decimal): -1796330 or 1480676. OLE color: 1480676.

HSL color Cylindrical-coordinate representation of color #E49716: hue angle of 37.57º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E49716 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 151 22 -
CMYK 0 0.34 0.90 0.11
HSL 37.57º 0.82% 0.49% -
HSV(B) 37.57º 0.9% 0.89% -
XYZ 43.21 38.69 5.95 -
YUV 159.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 228 151 22 0 0.34 0.90 0.11 37.57 0.82 0.49
Hex E4 97 16 0 22 5A B 26 52 31
Octal 344 227 26 0 42 132 13 46 122 61
Binary 11100100 10010111 10110 0 100010 1011010 1011 100110 1010010 110001

Color Harmonies of #E49716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49716

Black with #E49716

Text Example


Text Example

White with #E49716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49716; }

 p { color: rgb(228,151,22); }

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

background-color css

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

 a { background-color: rgb(228,151,22); }

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

border-color css

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

 span { border-color: rgb(228,151,22); }

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