Html Css Color HEX #E14D11 Persimmon

📋 copy color: '#E14D11'

red 225 ◦ green 77 ◦ blue 17

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

Shades of Persimmon #E14D11

Tints of Persimmon #E14D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

 BLUE value IS 17 (7.03% from 255) = 5.33%

R = 70.53%
G = 24.14%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14D11 (or 0xE14D11) is known color: Persimmon. HEX triplet: E1, 4D and 11. RGB value is (225,77,17). Sum of RGB (Red+Green+Blue) = 225+77+17=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D11 is #1EB2EE. Grayscale: #727272. Windows color (decimal): -2011887 or 1134049. OLE color: 1134049.

HSL color Cylindrical-coordinate representation of color #E14D11: hue angle of 17.31º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14D11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 77 17 -
CMYK 0 0.66 0.92 0.12
HSL 17.31º 0.86% 0.47% -
HSV(B) 17.31º 0.92% 0.88% -
XYZ 33.81 21.36 2.87 -
YUV 114.41 73.03 206.88 -
System Red Green Blue C M Y K H S L
Decimal 225 77 17 0 0.66 0.92 0.12 17.31 0.86 0.47
Hex E1 4D 11 0 42 5C C 11 56 2F
Octal 341 115 21 0 102 134 14 21 126 57
Binary 11100001 1001101 10001 0 1000010 1011100 1100 10001 1010110 101111

Color Harmonies of #E14D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D11

Black with #E14D11

Text Example


Text Example

White with #E14D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D11; }

 p { color: rgb(225,77,17); }

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

background-color css

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

 a { background-color: rgb(225,77,17); }

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

border-color css

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

 span { border-color: rgb(225,77,17); }

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