Html Css Color HEX #E14D17 Persimmon

📋 copy color: '#E14D17'

red 225 ◦ green 77 ◦ blue 23

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

Shades of Persimmon #E14D17

Tints of Persimmon #E14D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 69.23%
G = 23.69%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E14D17 (or 0xE14D17) is known color: Persimmon. HEX triplet: E1, 4D and 17. RGB value is (225,77,23). Sum of RGB (Red+Green+Blue) = 225+77+23=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D17 is #1EB2E8. Grayscale: #737373. Windows color (decimal): -2011881 or 1527265. OLE color: 1527265.

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

Color convert

RGB 225 77 23 -
CMYK 0 0.66 0.90 0.12
HSL 16.04º 0.81% 0.49% -
HSV(B) 16.04º 0.9% 0.88% -
XYZ 33.86 21.38 3.15 -
YUV 115.1 76.03 206.39 -
System Red Green Blue C M Y K H S L
Decimal 225 77 23 0 0.66 0.90 0.12 16.04 0.81 0.49
Hex E1 4D 17 0 42 5A C 10 51 31
Octal 341 115 27 0 102 132 14 20 121 61
Binary 11100001 1001101 10111 0 1000010 1011010 1100 10000 1010001 110001

Color Harmonies of #E14D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D17

Black with #E14D17

Text Example


Text Example

White with #E14D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D17; }

 p { color: rgb(225,77,23); }

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

background-color css

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

 a { background-color: rgb(225,77,23); }

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

border-color css

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

 span { border-color: rgb(225,77,23); }

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