Html Css Color HEX #E14C16 Persimmon

📋 copy color: '#E14C16'

red 225 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #E14C16

Tints of Persimmon #E14C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 69.66%
G = 23.53%
B = 6.81%

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

#E14C16 (or 0xE14C16) is known color: Persimmon. HEX triplet: E1, 4C and 16. RGB value is (225,76,22). Sum of RGB (Red+Green+Blue) = 225+76+22=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C16 is #1EB3E9. Grayscale: #727272. Windows color (decimal): -2012138 or 1461473. OLE color: 1461473.

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

Color convert

RGB 225 76 22 -
CMYK 0 0.66 0.90 0.12
HSL 15.96º 0.82% 0.48% -
HSV(B) 15.96º 0.9% 0.88% -
XYZ 33.78 21.23 3.08 -
YUV 114.4 75.86 206.89 -
System Red Green Blue C M Y K H S L
Decimal 225 76 22 0 0.66 0.90 0.12 15.96 0.82 0.48
Hex E1 4C 16 0 42 5A C 10 52 30
Octal 341 114 26 0 102 132 14 20 122 60
Binary 11100001 1001100 10110 0 1000010 1011010 1100 10000 1010010 110000

Color Harmonies of #E14C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C16

Black with #E14C16

Text Example


Text Example

White with #E14C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C16; }

 p { color: rgb(225,76,22); }

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

background-color css

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

 a { background-color: rgb(225,76,22); }

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

border-color css

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

 span { border-color: rgb(225,76,22); }

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