Html Css Color HEX #E05513 Persimmon

📋 copy color: '#E05513'

red 224 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #E05513

Tints of Persimmon #E05513

RGB

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

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

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

R = 68.29%
G = 25.91%
B = 5.79%

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

#E05513 (or 0xE05513) is known color: Persimmon. HEX triplet: E0, 55 and 13. RGB value is (224,85,19). Sum of RGB (Red+Green+Blue) = 224+85+19=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05513 is #1FAAEC. Grayscale: #777777. Windows color (decimal): -2075373 or 1267168. OLE color: 1267168.

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

Color convert

RGB 224 85 19 -
CMYK 0 0.62 0.92 0.12
HSL 19.32º 0.84% 0.48% -
HSV(B) 19.32º 0.92% 0.88% -
XYZ 34.11 22.39 3.14 -
YUV 119.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 224 85 19 0 0.62 0.92 0.12 19.32 0.84 0.48
Hex E0 55 13 0 3E 5C C 13 54 30
Octal 340 125 23 0 76 134 14 23 124 60
Binary 11100000 1010101 10011 0 111110 1011100 1100 10011 1010100 110000

Color Harmonies of #E05513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05513

Black with #E05513

Text Example


Text Example

White with #E05513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05513; }

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

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

background-color css

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

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

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

border-color css

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

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

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