Html Css Color HEX #E19116 Gamboge

📋 copy color: '#E19116'

red 225 ◦ green 145 ◦ blue 22

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

Shades of Gamboge #E19116

Tints of Gamboge #E19116

RGB

 RED value IS 225 (88.28% from 255) = 57.4%

 GREEN value IS 145 (57.03% from 255) = 36.99%

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

R = 57.4%
G = 36.99%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E19116 (or 0xE19116) is known color: Gamboge. HEX triplet: E1, 91 and 16. RGB value is (225,145,22). Sum of RGB (Red+Green+Blue) = 225+145+22=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E19116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19116 is #1E6EE9. Grayscale: #9B9B9B. Windows color (decimal): -1994474 or 1479137. OLE color: 1479137.

HSL color Cylindrical-coordinate representation of color #E19116: hue angle of 36.35º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E19116 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 145 22 -
CMYK 0 0.36 0.90 0.12
HSL 36.35º 0.82% 0.48% -
HSV(B) 36.35º 0.9% 0.88% -
XYZ 41.32 36.32 5.59 -
YUV 154.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 225 145 22 0 0.36 0.90 0.12 36.35 0.82 0.48
Hex E1 91 16 0 24 5A C 24 52 30
Octal 341 221 26 0 44 132 14 44 122 60
Binary 11100001 10010001 10110 0 100100 1011010 1100 100100 1010010 110000

Color Harmonies of #E19116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19116

Black with #E19116

Text Example


Text Example

White with #E19116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19116; }

 p { color: rgb(225,145,22); }

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

background-color css

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

 a { background-color: rgb(225,145,22); }

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

border-color css

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

 span { border-color: rgb(225,145,22); }

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