Html Css Color HEX #E14F12 Persimmon

📋 copy color: '#E14F12'

red 225 ◦ green 79 ◦ blue 18

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

Shades of Persimmon #E14F12

Tints of Persimmon #E14F12

RGB

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

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

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

R = 69.88%
G = 24.53%
B = 5.59%

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

#E14F12 (or 0xE14F12) is known color: Persimmon. HEX triplet: E1, 4F and 12. RGB value is (225,79,18). Sum of RGB (Red+Green+Blue) = 225+79+18=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F12 is #1EB0ED. Grayscale: #747474. Windows color (decimal): -2011374 or 1200097. OLE color: 1200097.

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

Color convert

RGB 225 79 18 -
CMYK 0 0.65 0.92 0.12
HSL 17.68º 0.85% 0.48% -
HSV(B) 17.68º 0.92% 0.88% -
XYZ 33.96 21.64 2.96 -
YUV 115.7 72.87 205.96 -
System Red Green Blue C M Y K H S L
Decimal 225 79 18 0 0.65 0.92 0.12 17.68 0.85 0.48
Hex E1 4F 12 0 41 5C C 12 55 30
Octal 341 117 22 0 101 134 14 22 125 60
Binary 11100001 1001111 10010 0 1000001 1011100 1100 10010 1010101 110000

Color Harmonies of #E14F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F12

Black with #E14F12

Text Example


Text Example

White with #E14F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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