Html Css Color HEX #E15F10 Persimmon

📋 copy color: '#E15F10'

red 225 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #E15F10

Tints of Persimmon #E15F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 66.96%
G = 28.27%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E15F10 (or 0xE15F10) is known color: Persimmon. HEX triplet: E1, 5F and 10. RGB value is (225,95,16). Sum of RGB (Red+Green+Blue) = 225+95+16=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F10 is #1EA0EF. Grayscale: #7D7D7D. Windows color (decimal): -2007280 or 1073121. OLE color: 1073121.

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

Color convert

RGB 225 95 16 -
CMYK 0 0.58 0.93 0.12
HSL 22.68º 0.87% 0.47% -
HSV(B) 22.68º 0.93% 0.88% -
XYZ 35.24 24.23 3.31 -
YUV 124.86 66.57 199.42 -
System Red Green Blue C M Y K H S L
Decimal 225 95 16 0 0.58 0.93 0.12 22.68 0.87 0.47
Hex E1 5F 10 0 3A 5D C 17 57 2F
Octal 341 137 20 0 72 135 14 27 127 57
Binary 11100001 1011111 10000 0 111010 1011101 1100 10111 1010111 101111

Color Harmonies of #E15F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F10

Black with #E15F10

Text Example


Text Example

White with #E15F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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