Html Css Color HEX #E14E18 Persimmon

📋 copy color: '#E14E18'

red 225 ◦ green 78 ◦ blue 24

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

Shades of Persimmon #E14E18

Tints of Persimmon #E14E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 68.81%
G = 23.85%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14E18 (or 0xE14E18) is known color: Persimmon. HEX triplet: E1, 4E and 18. RGB value is (225,78,24). Sum of RGB (Red+Green+Blue) = 225+78+24=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14E18 is #1EB1E7. Grayscale: #747474. Windows color (decimal): -2011624 or 1593057. OLE color: 1593057.

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

Color convert

RGB 225 78 24 -
CMYK 0 0.65 0.89 0.12
HSL 16.12º 0.81% 0.49% -
HSV(B) 16.12º 0.89% 0.88% -
XYZ 33.94 21.52 3.23 -
YUV 115.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 225 78 24 0 0.65 0.89 0.12 16.12 0.81 0.49
Hex E1 4E 18 0 41 59 C 10 51 31
Octal 341 116 30 0 101 131 14 20 121 61
Binary 11100001 1001110 11000 0 1000001 1011001 1100 10000 1010001 110001

Color Harmonies of #E14E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E18

Black with #E14E18

Text Example


Text Example

White with #E14E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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