Html Css Color HEX #E14511 Persimmon

📋 copy color: '#E14511'

red 225 ◦ green 69 ◦ blue 17

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

Shades of Persimmon #E14511

Tints of Persimmon #E14511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

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

R = 72.35%
G = 22.19%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14511 (or 0xE14511) is known color: Persimmon. HEX triplet: E1, 45 and 11. RGB value is (225,69,17). Sum of RGB (Red+Green+Blue) = 225+69+17=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14511 is #1EBAEE. Grayscale: #6E6E6E. Windows color (decimal): -2013935 or 1132001. OLE color: 1132001.

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

Color convert

RGB 225 69 17 -
CMYK 0 0.69 0.92 0.12
HSL 15º 0.86% 0.47% -
HSV(B) 15º 0.92% 0.88% -
XYZ 33.28 20.3 2.7 -
YUV 109.72 75.68 210.23 -
System Red Green Blue C M Y K H S L
Decimal 225 69 17 0 0.69 0.92 0.12 15 0.86 0.47
Hex E1 45 11 0 45 5C C F 56 2F
Octal 341 105 21 0 105 134 14 17 126 57
Binary 11100001 1000101 10001 0 1000101 1011100 1100 1111 1010110 101111

Color Harmonies of #E14511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14511

Black with #E14511

Text Example


Text Example

White with #E14511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14511; }

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

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

background-color css

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

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

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

border-color css

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

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

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