Html Css Color HEX #E15C06 Persimmon

📋 copy color: '#E15C06'

red 225 ◦ green 92 ◦ blue 6

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

Shades of Persimmon #E15C06

Tints of Persimmon #E15C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.86%

R = 69.66%
G = 28.48%
B = 1.86%

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

#E15C06 (or 0xE15C06) is known color: Persimmon. HEX triplet: E1, 5C and 06. RGB value is (225,92,6). Sum of RGB (Red+Green+Blue) = 225+92+6=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15C06 is #1EA3F9. Grayscale: #7A7A7A. Windows color (decimal): -2008058 or 416993. OLE color: 416993.

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

Color convert

RGB 225 92 6 -
CMYK 0 0.59 0.97 0.12
HSL 23.56º 0.95% 0.45% -
HSV(B) 23.56º 0.97% 0.88% -
XYZ 34.91 23.67 2.9 -
YUV 121.96 62.56 201.49 -
System Red Green Blue C M Y K H S L
Decimal 225 92 6 0 0.59 0.97 0.12 23.56 0.95 0.45
Hex E1 5C 6 0 3B 61 C 18 5F 2D
Octal 341 134 6 0 73 141 14 30 137 55
Binary 11100001 1011100 110 0 111011 1100001 1100 11000 1011111 101101

Color Harmonies of #E15C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15C06

Black with #E15C06

Text Example


Text Example

White with #E15C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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