Html Css Color HEX #E19D13 Gamboge

📋 copy color: '#E19D13'

red 225 ◦ green 157 ◦ blue 19

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

Shades of Gamboge #E19D13

Tints of Gamboge #E19D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.74%

R = 56.11%
G = 39.15%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E19D13 (or 0xE19D13) is known color: Gamboge. HEX triplet: E1, 9D and 13. RGB value is (225,157,19). Sum of RGB (Red+Green+Blue) = 225+157+19=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D13 is #1E62EC. Grayscale: #A2A2A2. Windows color (decimal): -1991405 or 1285601. OLE color: 1285601.

HSL color Cylindrical-coordinate representation of color #E19D13: hue angle of 40.19º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E19D13 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 157 19 -
CMYK 0 0.30 0.92 0.12
HSL 40.19º 0.84% 0.48% -
HSV(B) 40.19º 0.92% 0.88% -
XYZ 43.23 40.17 6.09 -
YUV 161.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 225 157 19 0 0.30 0.92 0.12 40.19 0.84 0.48
Hex E1 9D 13 0 1E 5C C 28 54 30
Octal 341 235 23 0 36 134 14 50 124 60
Binary 11100001 10011101 10011 0 11110 1011100 1100 101000 1010100 110000

Color Harmonies of #E19D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D13

Black with #E19D13

Text Example


Text Example

White with #E19D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D13; }

 p { color: rgb(225,157,19); }

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

background-color css

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

 a { background-color: rgb(225,157,19); }

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

border-color css

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

 span { border-color: rgb(225,157,19); }

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