Html Css Color HEX #E19E12 Gamboge

📋 copy color: '#E19E12'

red 225 ◦ green 158 ◦ blue 18

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

Shades of Gamboge #E19E12

Tints of Gamboge #E19E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.4%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 56.11%
G = 39.4%
B = 4.49%

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

#E19E12 (or 0xE19E12) is known color: Gamboge. HEX triplet: E1, 9E and 12. RGB value is (225,158,18). Sum of RGB (Red+Green+Blue) = 225+158+18=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19E12 is #1E61ED. Grayscale: #A2A2A2. Windows color (decimal): -1991150 or 1220321. OLE color: 1220321.

HSL color Cylindrical-coordinate representation of color #E19E12: hue angle of 40.58º degrees, saturation: 0.85, 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 #E19E12 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 158 18 -
CMYK 0 0.30 0.92 0.12
HSL 40.58º 0.85% 0.48% -
HSV(B) 40.58º 0.92% 0.88% -
XYZ 43.39 40.5 6.1 -
YUV 162.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 225 158 18 0 0.30 0.92 0.12 40.58 0.85 0.48
Hex E1 9E 12 0 1E 5C C 29 55 30
Octal 341 236 22 0 36 134 14 51 125 60
Binary 11100001 10011110 10010 0 11110 1011100 1100 101001 1010101 110000

Color Harmonies of #E19E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19E12

Black with #E19E12

Text Example


Text Example

White with #E19E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19E12; }

 p { color: rgb(225,158,18); }

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

background-color css

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

 a { background-color: rgb(225,158,18); }

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

border-color css

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

 span { border-color: rgb(225,158,18); }

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