Html Css Color HEX #E05613 Persimmon

📋 copy color: '#E05613'

red 224 ◦ green 86 ◦ blue 19

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

Shades of Persimmon #E05613

Tints of Persimmon #E05613

RGB

 RED value IS 224 (87.89% from 255) = 68.09%

 GREEN value IS 86 (33.98% from 255) = 26.14%

 BLUE value IS 19 (7.81% from 255) = 5.78%

R = 68.09%
G = 26.14%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05613 (or 0xE05613) is known color: Persimmon. HEX triplet: E0, 56 and 13. RGB value is (224,86,19). Sum of RGB (Red+Green+Blue) = 224+86+19=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05613 is #1FA9EC. Grayscale: #787878. Windows color (decimal): -2075117 or 1267424. OLE color: 1267424.

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

Color convert

RGB 224 86 19 -
CMYK 0 0.62 0.92 0.12
HSL 19.61º 0.84% 0.48% -
HSV(B) 19.61º 0.92% 0.88% -
XYZ 34.19 22.55 3.17 -
YUV 119.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 224 86 19 0 0.62 0.92 0.12 19.61 0.84 0.48
Hex E0 56 13 0 3E 5C C 14 54 30
Octal 340 126 23 0 76 134 14 24 124 60
Binary 11100000 1010110 10011 0 111110 1011100 1100 10100 1010100 110000

Color Harmonies of #E05613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05613

Black with #E05613

Text Example


Text Example

White with #E05613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05613; }

 p { color: rgb(224,86,19); }

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

background-color css

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

 a { background-color: rgb(224,86,19); }

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

border-color css

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

 span { border-color: rgb(224,86,19); }

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