Html Css Color HEX #E19416 Gamboge

📋 copy color: '#E19416'

red 225 ◦ green 148 ◦ blue 22

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

Shades of Gamboge #E19416

Tints of Gamboge #E19416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 56.96%
G = 37.47%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E19416 (or 0xE19416) is known color: Gamboge. HEX triplet: E1, 94 and 16. RGB value is (225,148,22). Sum of RGB (Red+Green+Blue) = 225+148+22=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E19416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19416 is #1E6BE9. Grayscale: #9D9D9D. Windows color (decimal): -1993706 or 1479905. OLE color: 1479905.

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

Color convert

RGB 225 148 22 -
CMYK 0 0.34 0.90 0.12
HSL 37.24º 0.82% 0.48% -
HSV(B) 37.24º 0.9% 0.88% -
XYZ 41.79 37.25 5.75 -
YUV 156.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 225 148 22 0 0.34 0.90 0.12 37.24 0.82 0.48
Hex E1 94 16 0 22 5A C 25 52 30
Octal 341 224 26 0 42 132 14 45 122 60
Binary 11100001 10010100 10110 0 100010 1011010 1100 100101 1010010 110000

Color Harmonies of #E19416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19416

Black with #E19416

Text Example


Text Example

White with #E19416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19416; }

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

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

background-color css

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

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

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

border-color css

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

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

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