Html Css Color HEX #E05615 Persimmon

📋 copy color: '#E05615'

red 224 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #E05615

Tints of Persimmon #E05615

RGB

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

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

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

R = 67.67%
G = 25.98%
B = 6.34%

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

#E05615 (or 0xE05615) is known color: Persimmon. HEX triplet: E0, 56 and 15. RGB value is (224,86,21). Sum of RGB (Red+Green+Blue) = 224+86+21=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E05615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05615 is #1FA9EA. Grayscale: #787878. Windows color (decimal): -2075115 or 1398496. OLE color: 1398496.

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

Color convert

RGB 224 86 21 -
CMYK 0 0.62 0.91 0.12
HSL 19.21º 0.83% 0.48% -
HSV(B) 19.21º 0.91% 0.88% -
XYZ 34.2 22.56 3.26 -
YUV 119.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 224 86 21 0 0.62 0.91 0.12 19.21 0.83 0.48
Hex E0 56 15 0 3E 5B C 13 53 30
Octal 340 126 25 0 76 133 14 23 123 60
Binary 11100000 1010110 10101 0 111110 1011011 1100 10011 1010011 110000

Color Harmonies of #E05615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05615

Black with #E05615

Text Example


Text Example

White with #E05615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05615; }

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

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

background-color css

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

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

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

border-color css

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

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

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