Html Css Color HEX #E14F18 Persimmon

📋 copy color: '#E14F18'

red 225 ◦ green 79 ◦ blue 24

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

Shades of Persimmon #E14F18

Tints of Persimmon #E14F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 68.6%
G = 24.09%
B = 7.32%

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

#E14F18 (or 0xE14F18) is known color: Persimmon. HEX triplet: E1, 4F and 18. RGB value is (225,79,24). Sum of RGB (Red+Green+Blue) = 225+79+24=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F18 is #1EB0E7. Grayscale: #747474. Windows color (decimal): -2011368 or 1593313. OLE color: 1593313.

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

Color convert

RGB 225 79 24 -
CMYK 0 0.65 0.89 0.12
HSL 16.42º 0.81% 0.49% -
HSV(B) 16.42º 0.89% 0.88% -
XYZ 34.01 21.67 3.25 -
YUV 116.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 225 79 24 0 0.65 0.89 0.12 16.42 0.81 0.49
Hex E1 4F 18 0 41 59 C 10 51 31
Octal 341 117 30 0 101 131 14 20 121 61
Binary 11100001 1001111 11000 0 1000001 1011001 1100 10000 1010001 110001

Color Harmonies of #E14F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F18

Black with #E14F18

Text Example


Text Example

White with #E14F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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