Html Css Color HEX #E14F19 Persimmon

📋 copy color: '#E14F19'

red 225 ◦ green 79 ◦ blue 25

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

Shades of Persimmon #E14F19

Tints of Persimmon #E14F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 68.39%
G = 24.01%
B = 7.6%

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

#E14F19 (or 0xE14F19) is known color: Persimmon. HEX triplet: E1, 4F and 19. RGB value is (225,79,25). Sum of RGB (Red+Green+Blue) = 225+79+25=329 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.39% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F19 is #1EB0E6. Grayscale: #747474. Windows color (decimal): -2011367 or 1658849. OLE color: 1658849.

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

Color convert

RGB 225 79 25 -
CMYK 0 0.65 0.89 0.12
HSL 16.2º 0.8% 0.49% -
HSV(B) 16.2º 0.89% 0.88% -
XYZ 34.02 21.67 3.31 -
YUV 116.5 76.37 205.39 -
System Red Green Blue C M Y K H S L
Decimal 225 79 25 0 0.65 0.89 0.12 16.2 0.8 0.49
Hex E1 4F 19 0 41 59 C 10 50 31
Octal 341 117 31 0 101 131 14 20 120 61
Binary 11100001 1001111 11001 0 1000001 1011001 1100 10000 1010000 110001

Color Harmonies of #E14F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F19

Black with #E14F19

Text Example


Text Example

White with #E14F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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