Html Css Color HEX #E19914 Gamboge

📋 copy color: '#E19914'

red 225 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #E19914

Tints of Gamboge #E19914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

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

R = 56.53%
G = 38.44%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E19914 (or 0xE19914) is known color: Gamboge. HEX triplet: E1, 99 and 14. RGB value is (225,153,20). Sum of RGB (Red+Green+Blue) = 225+153+20=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E19914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E19914 is #1E66EB. Grayscale: #9F9F9F. Windows color (decimal): -1992428 or 1350113. OLE color: 1350113.

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

Color convert

RGB 225 153 20 -
CMYK 0 0.32 0.91 0.12
HSL 38.93º 0.84% 0.48% -
HSV(B) 38.93º 0.91% 0.88% -
XYZ 42.57 38.84 5.92 -
YUV 159.37 49.35 174.81 -
System Red Green Blue C M Y K H S L
Decimal 225 153 20 0 0.32 0.91 0.12 38.93 0.84 0.48
Hex E1 99 14 0 20 5B C 27 54 30
Octal 341 231 24 0 40 133 14 47 124 60
Binary 11100001 10011001 10100 0 100000 1011011 1100 100111 1010100 110000

Color Harmonies of #E19914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19914

Black with #E19914

Text Example


Text Example

White with #E19914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19914; }

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

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

background-color css

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

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

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

border-color css

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

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

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