Html Css Color HEX #E14E12 Persimmon

📋 copy color: '#E14E12'

red 225 ◦ green 78 ◦ blue 18

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

Shades of Persimmon #E14E12

Tints of Persimmon #E14E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.3%

 BLUE value IS 18 (7.42% from 255) = 5.61%

R = 70.09%
G = 24.3%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14E12 (or 0xE14E12) is known color: Persimmon. HEX triplet: E1, 4E and 12. RGB value is (225,78,18). Sum of RGB (Red+Green+Blue) = 225+78+18=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14E12 is #1EB1ED. Grayscale: #737373. Windows color (decimal): -2011630 or 1199841. OLE color: 1199841.

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

Color convert

RGB 225 78 18 -
CMYK 0 0.65 0.92 0.12
HSL 17.39º 0.85% 0.48% -
HSV(B) 17.39º 0.92% 0.88% -
XYZ 33.88 21.5 2.94 -
YUV 115.11 73.2 206.38 -
System Red Green Blue C M Y K H S L
Decimal 225 78 18 0 0.65 0.92 0.12 17.39 0.85 0.48
Hex E1 4E 12 0 41 5C C 11 55 30
Octal 341 116 22 0 101 134 14 21 125 60
Binary 11100001 1001110 10010 0 1000001 1011100 1100 10001 1010101 110000

Color Harmonies of #E14E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E12

Black with #E14E12

Text Example


Text Example

White with #E14E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E12; }

 p { color: rgb(225,78,18); }

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

background-color css

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

 a { background-color: rgb(225,78,18); }

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

border-color css

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

 span { border-color: rgb(225,78,18); }

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