Html Css Color HEX #E19412 Gamboge

📋 copy color: '#E19412'

red 225 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #E19412

Tints of Gamboge #E19412

RGB

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

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

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

R = 57.54%
G = 37.85%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E19412 (or 0xE19412) is known color: Gamboge. HEX triplet: E1, 94 and 12. RGB value is (225,148,18). Sum of RGB (Red+Green+Blue) = 225+148+18=391 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.54% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 225 - color contains mainly: red. Hex color #E19412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19412 is #1E6BED. Grayscale: #9C9C9C. Windows color (decimal): -1993710 or 1217761. OLE color: 1217761.

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

Color convert

RGB 225 148 18 -
CMYK 0 0.34 0.92 0.12
HSL 37.68º 0.85% 0.48% -
HSV(B) 37.68º 0.92% 0.88% -
XYZ 41.75 37.23 5.56 -
YUV 156.2 50.01 177.07 -
System Red Green Blue C M Y K H S L
Decimal 225 148 18 0 0.34 0.92 0.12 37.68 0.85 0.48
Hex E1 94 12 0 22 5C C 26 55 30
Octal 341 224 22 0 42 134 14 46 125 60
Binary 11100001 10010100 10010 0 100010 1011100 1100 100110 1010101 110000

Color Harmonies of #E19412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19412

Black with #E19412

Text Example


Text Example

White with #E19412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19412; }

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

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

background-color css

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

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

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

border-color css

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

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

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