Html Css Color HEX #E15C00 Persimmon

📋 copy color: '#E15C00'

red 225 ◦ green 92 ◦ blue 0

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

Shades of Persimmon #E15C00

Tints of Persimmon #E15C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.98%
G = 29.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E15C00 (or 0xE15C00) is known color: Persimmon. HEX triplet: E1, 5C and 00. RGB value is (225,92,0). Sum of RGB (Red+Green+Blue) = 225+92+0=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C00 is #1EA3FF. Grayscale: #797979. Windows color (decimal): -2008064 or 23777. OLE color: 23777.

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

Color convert

RGB 225 92 0 -
CMYK 0 0.59 1 0.12
HSL 24.53º 1% 0.44% -
HSV(B) 24.53º 1% 0.88% -
XYZ 34.88 23.66 2.73 -
YUV 121.28 59.56 201.98 -
System Red Green Blue C M Y K H S L
Decimal 225 92 0 0 0.59 1 0.12 24.53 1 0.44
Hex E1 5C 0 0 3B 64 C 19 64 2C
Octal 341 134 0 0 73 144 14 31 144 54
Binary 11100001 1011100 0 0 111011 1100100 1100 11001 1100100 101100

Color Harmonies of #E15C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C00

Black with #E15C00

Text Example


Text Example

White with #E15C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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