Html Css Color HEX #E15015 Persimmon

📋 copy color: '#E15015'

red 225 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E15015

Tints of Persimmon #E15015

RGB

 RED value IS 225 (88.28% from 255) = 69.02%

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

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

R = 69.02%
G = 24.54%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E15015 (or 0xE15015) is known color: Persimmon. HEX triplet: E1, 50 and 15. RGB value is (225,80,21). Sum of RGB (Red+Green+Blue) = 225+80+21=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E15015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15015 is #1EAFEA. Grayscale: #757575. Windows color (decimal): -2011115 or 1396961. OLE color: 1396961.

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

Color convert

RGB 225 80 21 -
CMYK 0 0.64 0.91 0.12
HSL 17.35º 0.83% 0.48% -
HSV(B) 17.35º 0.91% 0.88% -
XYZ 34.06 21.8 3.12 -
YUV 116.63 74.04 205.3 -
System Red Green Blue C M Y K H S L
Decimal 225 80 21 0 0.64 0.91 0.12 17.35 0.83 0.48
Hex E1 50 15 0 40 5B C 11 53 30
Octal 341 120 25 0 100 133 14 21 123 60
Binary 11100001 1010000 10101 0 1000000 1011011 1100 10001 1010011 110000

Color Harmonies of #E15015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15015

Black with #E15015

Text Example


Text Example

White with #E15015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15015; }

 p { color: rgb(225,80,21); }

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

background-color css

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

 a { background-color: rgb(225,80,21); }

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

border-color css

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

 span { border-color: rgb(225,80,21); }

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