Html Css Color HEX #E05013 Persimmon

📋 copy color: '#E05013'

red 224 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #E05013

Tints of Persimmon #E05013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.77%

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

R = 69.35%
G = 24.77%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E05013 (or 0xE05013) is known color: Persimmon. HEX triplet: E0, 50 and 13. RGB value is (224,80,19). Sum of RGB (Red+Green+Blue) = 224+80+19=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05013 is #1FAFEC. Grayscale: #747474. Windows color (decimal): -2076653 or 1265888. OLE color: 1265888.

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

Color convert

RGB 224 80 19 -
CMYK 0 0.64 0.92 0.12
HSL 17.85º 0.84% 0.48% -
HSV(B) 17.85º 0.92% 0.88% -
XYZ 33.73 21.63 3.01 -
YUV 116.1 73.21 204.96 -
System Red Green Blue C M Y K H S L
Decimal 224 80 19 0 0.64 0.92 0.12 17.85 0.84 0.48
Hex E0 50 13 0 40 5C C 12 54 30
Octal 340 120 23 0 100 134 14 22 124 60
Binary 11100000 1010000 10011 0 1000000 1011100 1100 10010 1010100 110000

Color Harmonies of #E05013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05013

Black with #E05013

Text Example


Text Example

White with #E05013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05013; }

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

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

background-color css

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

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

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

border-color css

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

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

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