Html Css Color HEX #E49216 Gamboge

📋 copy color: '#E49216'

red 228 ◦ green 146 ◦ blue 22

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

Shades of Gamboge #E49216

Tints of Gamboge #E49216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 57.58%
G = 36.87%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E49216 (or 0xE49216) is known color: Gamboge. HEX triplet: E4, 92 and 16. RGB value is (228,146,22). Sum of RGB (Red+Green+Blue) = 228+146+22=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E49216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E49216 is #1B6DE9. Grayscale: #9C9C9C. Windows color (decimal): -1797610 or 1479396. OLE color: 1479396.

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

Color convert

RGB 228 146 22 -
CMYK 0 0.36 0.90 0.11
HSL 36.12º 0.82% 0.49% -
HSV(B) 36.12º 0.9% 0.89% -
XYZ 42.42 37.11 5.69 -
YUV 156.38 52.17 179.08 -
System Red Green Blue C M Y K H S L
Decimal 228 146 22 0 0.36 0.90 0.11 36.12 0.82 0.49
Hex E4 92 16 0 24 5A B 24 52 31
Octal 344 222 26 0 44 132 13 44 122 61
Binary 11100100 10010010 10110 0 100100 1011010 1011 100100 1010010 110001

Color Harmonies of #E49216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49216

Black with #E49216

Text Example


Text Example

White with #E49216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49216; }

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

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

background-color css

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

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

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

border-color css

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

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

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