Html Css Color HEX #E19F12 Gamboge

📋 copy color: '#E19F12'

red 225 ◦ green 159 ◦ blue 18

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

Shades of Gamboge #E19F12

Tints of Gamboge #E19F12

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

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

R = 55.97%
G = 39.55%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E19F12 (or 0xE19F12) is known color: Gamboge. HEX triplet: E1, 9F and 12. RGB value is (225,159,18). Sum of RGB (Red+Green+Blue) = 225+159+18=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19F12 is #1E60ED. Grayscale: #A3A3A3. Windows color (decimal): -1990894 or 1220577. OLE color: 1220577.

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

Color convert

RGB 225 159 18 -
CMYK 0 0.29 0.92 0.12
HSL 40.87º 0.85% 0.48% -
HSV(B) 40.87º 0.92% 0.88% -
XYZ 43.56 40.85 6.16 -
YUV 162.66 46.37 172.46 -
System Red Green Blue C M Y K H S L
Decimal 225 159 18 0 0.29 0.92 0.12 40.87 0.85 0.48
Hex E1 9F 12 0 1D 5C C 29 55 30
Octal 341 237 22 0 35 134 14 51 125 60
Binary 11100001 10011111 10010 0 11101 1011100 1100 101001 1010101 110000

Color Harmonies of #E19F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19F12

Black with #E19F12

Text Example


Text Example

White with #E19F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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