Html Css Color HEX #E15C05 Persimmon

📋 copy color: '#E15C05'

red 225 ◦ green 92 ◦ blue 5

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

Shades of Persimmon #E15C05

Tints of Persimmon #E15C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 69.88%
G = 28.57%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15C05 (or 0xE15C05) is known color: Persimmon. HEX triplet: E1, 5C and 05. RGB value is (225,92,5). Sum of RGB (Red+Green+Blue) = 225+92+5=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C05 is #1EA3FA. Grayscale: #7A7A7A. Windows color (decimal): -2008059 or 351457. OLE color: 351457.

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

Color convert

RGB 225 92 5 -
CMYK 0 0.59 0.98 0.12
HSL 23.73º 0.96% 0.45% -
HSV(B) 23.73º 0.98% 0.88% -
XYZ 34.91 23.67 2.87 -
YUV 121.85 62.06 201.57 -
System Red Green Blue C M Y K H S L
Decimal 225 92 5 0 0.59 0.98 0.12 23.73 0.96 0.45
Hex E1 5C 5 0 3B 62 C 18 60 2D
Octal 341 134 5 0 73 142 14 30 140 55
Binary 11100001 1011100 101 0 111011 1100010 1100 11000 1100000 101101

Color Harmonies of #E15C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C05

Black with #E15C05

Text Example


Text Example

White with #E15C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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