Html Css Color HEX #E49D16 Gamboge

📋 copy color: '#E49D16'

red 228 ◦ green 157 ◦ blue 22

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

Shades of Gamboge #E49D16

Tints of Gamboge #E49D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 56.02%
G = 38.57%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E49D16 (or 0xE49D16) is known color: Gamboge. HEX triplet: E4, 9D and 16. RGB value is (228,157,22). Sum of RGB (Red+Green+Blue) = 228+157+22=407 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.02% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49D16 is #1B62E9. Grayscale: #A3A3A3. Windows color (decimal): -1794794 or 1482212. OLE color: 1482212.

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

Color convert

RGB 228 157 22 -
CMYK 0 0.31 0.90 0.11
HSL 39.32º 0.82% 0.49% -
HSV(B) 39.32º 0.9% 0.89% -
XYZ 44.2 40.67 6.28 -
YUV 162.84 48.52 174.48 -
System Red Green Blue C M Y K H S L
Decimal 228 157 22 0 0.31 0.90 0.11 39.32 0.82 0.49
Hex E4 9D 16 0 1F 5A B 27 52 31
Octal 344 235 26 0 37 132 13 47 122 61
Binary 11100100 10011101 10110 0 11111 1011010 1011 100111 1010010 110001

Color Harmonies of #E49D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D16

Black with #E49D16

Text Example


Text Example

White with #E49D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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