Html Css Color HEX #E05415 Persimmon

📋 copy color: '#E05415'

red 224 ◦ green 84 ◦ blue 21

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

Shades of Persimmon #E05415

Tints of Persimmon #E05415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 68.09%
G = 25.53%
B = 6.38%

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

#E05415 (or 0xE05415) is known color: Persimmon. HEX triplet: E0, 54 and 15. RGB value is (224,84,21). Sum of RGB (Red+Green+Blue) = 224+84+21=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05415 is #1FABEA. Grayscale: #777777. Windows color (decimal): -2075627 or 1397984. OLE color: 1397984.

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

Color convert

RGB 224 84 21 -
CMYK 0 0.62 0.91 0.12
HSL 18.62º 0.83% 0.48% -
HSV(B) 18.62º 0.91% 0.88% -
XYZ 34.05 22.24 3.21 -
YUV 118.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 224 84 21 0 0.62 0.91 0.12 18.62 0.83 0.48
Hex E0 54 15 0 3E 5B C 13 53 30
Octal 340 124 25 0 76 133 14 23 123 60
Binary 11100000 1010100 10101 0 111110 1011011 1100 10011 1010011 110000

Color Harmonies of #E05415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05415

Black with #E05415

Text Example


Text Example

White with #E05415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05415; }

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

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

background-color css

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

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

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

border-color css

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

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

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