Html Css Color HEX #E15010 Persimmon

📋 copy color: '#E15010'

red 225 ◦ green 80 ◦ blue 16

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

Shades of Persimmon #E15010

Tints of Persimmon #E15010

RGB

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

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

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

R = 70.09%
G = 24.92%
B = 4.98%

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

#E15010 (or 0xE15010) is known color: Persimmon. HEX triplet: E1, 50 and 10. RGB value is (225,80,16). Sum of RGB (Red+Green+Blue) = 225+80+16=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E15010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15010 is #1EAFEF. Grayscale: #747474. Windows color (decimal): -2011120 or 1069281. OLE color: 1069281.

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

Color convert

RGB 225 80 16 -
CMYK 0 0.64 0.93 0.12
HSL 18.37º 0.87% 0.47% -
HSV(B) 18.37º 0.93% 0.88% -
XYZ 34.01 21.78 2.9 -
YUV 116.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 225 80 16 0 0.64 0.93 0.12 18.37 0.87 0.47
Hex E1 50 10 0 40 5D C 12 57 2F
Octal 341 120 20 0 100 135 14 22 127 57
Binary 11100001 1010000 10000 0 1000000 1011101 1100 10010 1010111 101111

Color Harmonies of #E15010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15010

Black with #E15010

Text Example


Text Example

White with #E15010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15010; }

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

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

background-color css

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

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

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

border-color css

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

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

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