Html Css Color HEX #E15017 Persimmon

📋 copy color: '#E15017'

red 225 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #E15017

Tints of Persimmon #E15017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 68.6%
G = 24.39%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E15017 (or 0xE15017) is known color: Persimmon. HEX triplet: E1, 50 and 17. RGB value is (225,80,23). Sum of RGB (Red+Green+Blue) = 225+80+23=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E15017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15017 is #1EAFE8. Grayscale: #757575. Windows color (decimal): -2011113 or 1528033. OLE color: 1528033.

HSL color Cylindrical-coordinate representation of color #E15017: hue angle of 16.93º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E15017 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 80 23 -
CMYK 0 0.64 0.90 0.12
HSL 16.93º 0.81% 0.49% -
HSV(B) 16.93º 0.9% 0.88% -
XYZ 34.07 21.81 3.22 -
YUV 116.86 75.04 205.13 -
System Red Green Blue C M Y K H S L
Decimal 225 80 23 0 0.64 0.90 0.12 16.93 0.81 0.49
Hex E1 50 17 0 40 5A C 11 51 31
Octal 341 120 27 0 100 132 14 21 121 61
Binary 11100001 1010000 10111 0 1000000 1011010 1100 10001 1010001 110001

Color Harmonies of #E15017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15017

Black with #E15017

Text Example


Text Example

White with #E15017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15017; }

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

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

background-color css

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

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

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

border-color css

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

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

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