Html Css Color HEX #E19514 Gamboge

📋 copy color: '#E19514'

red 225 ◦ green 149 ◦ blue 20

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

Shades of Gamboge #E19514

Tints of Gamboge #E19514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 57.11%
G = 37.82%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E19514 (or 0xE19514) is known color: Gamboge. HEX triplet: E1, 95 and 14. RGB value is (225,149,20). Sum of RGB (Red+Green+Blue) = 225+149+20=394 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.11% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 225 - color contains mainly: red. Hex color #E19514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19514 is #1E6AEB. Grayscale: #9D9D9D. Windows color (decimal): -1993452 or 1349089. OLE color: 1349089.

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

Color convert

RGB 225 149 20 -
CMYK 0 0.34 0.91 0.12
HSL 37.76º 0.84% 0.48% -
HSV(B) 37.76º 0.91% 0.88% -
XYZ 41.93 37.55 5.7 -
YUV 157.02 50.68 176.49 -
System Red Green Blue C M Y K H S L
Decimal 225 149 20 0 0.34 0.91 0.12 37.76 0.84 0.48
Hex E1 95 14 0 22 5B C 26 54 30
Octal 341 225 24 0 42 133 14 46 124 60
Binary 11100001 10010101 10100 0 100010 1011011 1100 100110 1010100 110000

Color Harmonies of #E19514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19514

Black with #E19514

Text Example


Text Example

White with #E19514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19514; }

 p { color: rgb(225,149,20); }

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

background-color css

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

 a { background-color: rgb(225,149,20); }

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

border-color css

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

 span { border-color: rgb(225,149,20); }

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