Html Css Color HEX #E05413 Persimmon

📋 copy color: '#E05413'

red 224 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #E05413

Tints of Persimmon #E05413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 68.5%
G = 25.69%
B = 5.81%

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

#E05413 (or 0xE05413) is known color: Persimmon. HEX triplet: E0, 54 and 13. RGB value is (224,84,19). Sum of RGB (Red+Green+Blue) = 224+84+19=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05413 is #1FABEC. Grayscale: #767676. Windows color (decimal): -2075629 or 1266912. OLE color: 1266912.

HSL color Cylindrical-coordinate representation of color #E05413: 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.92%. Process color model (Four color, CMYK) of #E05413 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 84 19 -
CMYK 0 0.62 0.92 0.12
HSL 19.02º 0.84% 0.48% -
HSV(B) 19.02º 0.92% 0.88% -
XYZ 34.03 22.23 3.11 -
YUV 118.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 224 84 19 0 0.62 0.92 0.12 19.02 0.84 0.48
Hex E0 54 13 0 3E 5C C 13 54 30
Octal 340 124 23 0 76 134 14 23 124 60
Binary 11100000 1010100 10011 0 111110 1011100 1100 10011 1010100 110000

Color Harmonies of #E05413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05413

Black with #E05413

Text Example


Text Example

White with #E05413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05413; }

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

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

background-color css

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

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

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

border-color css

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

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

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