Html Css Color HEX #E15C07 Persimmon

📋 copy color: '#E15C07'

red 225 ◦ green 92 ◦ blue 7

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

Shades of Persimmon #E15C07

Tints of Persimmon #E15C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.16%

R = 69.44%
G = 28.4%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E15C07 (or 0xE15C07) is known color: Persimmon. HEX triplet: E1, 5C and 07. RGB value is (225,92,7). Sum of RGB (Red+Green+Blue) = 225+92+7=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C07 is #1EA3F8. Grayscale: #7A7A7A. Windows color (decimal): -2008057 or 482529. OLE color: 482529.

HSL color Cylindrical-coordinate representation of color #E15C07: hue angle of 23.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E15C07 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 7 -
CMYK 0 0.59 0.97 0.12
HSL 23.39º 0.94% 0.45% -
HSV(B) 23.39º 0.97% 0.88% -
XYZ 34.92 23.68 2.93 -
YUV 122.08 63.06 201.41 -
System Red Green Blue C M Y K H S L
Decimal 225 92 7 0 0.59 0.97 0.12 23.39 0.94 0.45
Hex E1 5C 7 0 3B 61 C 17 5E 2D
Octal 341 134 7 0 73 141 14 27 136 55
Binary 11100001 1011100 111 0 111011 1100001 1100 10111 1011110 101101

Color Harmonies of #E15C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C07

Black with #E15C07

Text Example


Text Example

White with #E15C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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