Html Css Color HEX #E05515 Persimmon

📋 copy color: '#E05515'

red 224 ◦ green 85 ◦ blue 21

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

Shades of Persimmon #E05515

Tints of Persimmon #E05515

RGB

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

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

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

R = 67.88%
G = 25.76%
B = 6.36%

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

#E05515 (or 0xE05515) is known color: Persimmon. HEX triplet: E0, 55 and 15. RGB value is (224,85,21). Sum of RGB (Red+Green+Blue) = 224+85+21=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E05515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05515 is #1FAAEA. Grayscale: #777777. Windows color (decimal): -2075371 or 1398240. OLE color: 1398240.

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

Color convert

RGB 224 85 21 -
CMYK 0 0.62 0.91 0.12
HSL 18.92º 0.83% 0.48% -
HSV(B) 18.92º 0.91% 0.88% -
XYZ 34.12 22.4 3.23 -
YUV 119.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 224 85 21 0 0.62 0.91 0.12 18.92 0.83 0.48
Hex E0 55 15 0 3E 5B C 13 53 30
Octal 340 125 25 0 76 133 14 23 123 60
Binary 11100000 1010101 10101 0 111110 1011011 1100 10011 1010011 110000

Color Harmonies of #E05515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05515

Black with #E05515

Text Example


Text Example

White with #E05515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05515; }

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

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

background-color css

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

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

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

border-color css

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

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

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