Html Css Color HEX #E19D14 Gamboge

📋 copy color: '#E19D14'

red 225 ◦ green 157 ◦ blue 20

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

Shades of Gamboge #E19D14

Tints of Gamboge #E19D14

RGB

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

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

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

R = 55.97%
G = 39.05%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E19D14 (or 0xE19D14) is known color: Gamboge. HEX triplet: E1, 9D and 14. RGB value is (225,157,20). Sum of RGB (Red+Green+Blue) = 225+157+20=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19D14 is #1E62EB. Grayscale: #A2A2A2. Windows color (decimal): -1991404 or 1351137. OLE color: 1351137.

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

Color convert

RGB 225 157 20 -
CMYK 0 0.30 0.91 0.12
HSL 40.1º 0.84% 0.48% -
HSV(B) 40.1º 0.91% 0.88% -
XYZ 43.23 40.17 6.14 -
YUV 161.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 225 157 20 0 0.30 0.91 0.12 40.1 0.84 0.48
Hex E1 9D 14 0 1E 5B C 28 54 30
Octal 341 235 24 0 36 133 14 50 124 60
Binary 11100001 10011101 10100 0 11110 1011011 1100 101000 1010100 110000

Color Harmonies of #E19D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19D14

Black with #E19D14

Text Example


Text Example

White with #E19D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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