Html Css Color HEX #E15C0F Persimmon

📋 copy color: '#E15C0F'

red 225 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #E15C0F

Tints of Persimmon #E15C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 67.77%
G = 27.71%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E15C0F (or 0xE15C0F) is known color: Persimmon. HEX triplet: E1, 5C and 0F. RGB value is (225,92,15). Sum of RGB (Red+Green+Blue) = 225+92+15=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C0F is #1EA3F0. Grayscale: #7B7B7B. Windows color (decimal): -2008049 or 1006817. OLE color: 1006817.

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

Color convert

RGB 225 92 15 -
CMYK 0 0.59 0.93 0.12
HSL 22º 0.88% 0.47% -
HSV(B) 22º 0.93% 0.88% -
XYZ 34.96 23.7 3.18 -
YUV 122.99 67.06 200.76 -
System Red Green Blue C M Y K H S L
Decimal 225 92 15 0 0.59 0.93 0.12 22 0.88 0.47
Hex E1 5C F 0 3B 5D C 16 58 2F
Octal 341 134 17 0 73 135 14 26 130 57
Binary 11100001 1011100 1111 0 111011 1011101 1100 10110 1011000 101111

Color Harmonies of #E15C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C0F

Black with #E15C0F

Text Example


Text Example

White with #E15C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C0F; }

 p { color: rgb(225,92,15); }

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

background-color css

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

 a { background-color: rgb(225,92,15); }

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

border-color css

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

 span { border-color: rgb(225,92,15); }

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