Html Css Color HEX #E15210 Persimmon

📋 copy color: '#E15210'

red 225 ◦ green 82 ◦ blue 16

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

Shades of Persimmon #E15210

Tints of Persimmon #E15210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 69.66%
G = 25.39%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E15210 (or 0xE15210) is known color: Persimmon. HEX triplet: E1, 52 and 10. RGB value is (225,82,16). Sum of RGB (Red+Green+Blue) = 225+82+16=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E15210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15210 is #1EADEF. Grayscale: #757575. Windows color (decimal): -2010608 or 1069793. OLE color: 1069793.

HSL color Cylindrical-coordinate representation of color #E15210: hue angle of 18.95º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E15210 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 82 16 -
CMYK 0 0.64 0.93 0.12
HSL 18.95º 0.87% 0.47% -
HSV(B) 18.95º 0.93% 0.88% -
XYZ 34.16 22.08 2.95 -
YUV 117.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 225 82 16 0 0.64 0.93 0.12 18.95 0.87 0.47
Hex E1 52 10 0 40 5D C 13 57 2F
Octal 341 122 20 0 100 135 14 23 127 57
Binary 11100001 1010010 10000 0 1000000 1011101 1100 10011 1010111 101111

Color Harmonies of #E15210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15210

Black with #E15210

Text Example


Text Example

White with #E15210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15210; }

 p { color: rgb(225,82,16); }

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

background-color css

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

 a { background-color: rgb(225,82,16); }

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

border-color css

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

 span { border-color: rgb(225,82,16); }

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