Html Css Color HEX #E15514 Persimmon

📋 copy color: '#E15514'

red 225 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #E15514

Tints of Persimmon #E15514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 68.18%
G = 25.76%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E15514 (or 0xE15514) is known color: Persimmon. HEX triplet: E1, 55 and 14. RGB value is (225,85,20). Sum of RGB (Red+Green+Blue) = 225+85+20=330 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.18% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 225 - color contains mainly: red. Hex color #E15514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15514 is #1EAAEB. Grayscale: #777777. Windows color (decimal): -2009836 or 1332705. OLE color: 1332705.

HSL color Cylindrical-coordinate representation of color #E15514: hue angle of 19.02º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E15514 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 20 -
CMYK 0 0.62 0.91 0.12
HSL 19.02º 0.84% 0.48% -
HSV(B) 19.02º 0.91% 0.88% -
XYZ 34.43 22.56 3.2 -
YUV 119.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 225 85 20 0 0.62 0.91 0.12 19.02 0.84 0.48
Hex E1 55 14 0 3E 5B C 13 54 30
Octal 341 125 24 0 76 133 14 23 124 60
Binary 11100001 1010101 10100 0 111110 1011011 1100 10011 1010100 110000

Color Harmonies of #E15514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15514

Black with #E15514

Text Example


Text Example

White with #E15514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15514; }

 p { color: rgb(225,85,20); }

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

background-color css

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

 a { background-color: rgb(225,85,20); }

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

border-color css

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

 span { border-color: rgb(225,85,20); }

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