Html Css Color HEX #E15505 Persimmon

📋 copy color: '#E15505'

red 225 ◦ green 85 ◦ blue 5

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

Shades of Persimmon #E15505

Tints of Persimmon #E15505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.98%

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

R = 71.43%
G = 26.98%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15505 (or 0xE15505) is known color: Persimmon. HEX triplet: E1, 55 and 05. RGB value is (225,85,5). Sum of RGB (Red+Green+Blue) = 225+85+5=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E15505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15505 is #1EAAFA. Grayscale: #767676. Windows color (decimal): -2009851 or 349665. OLE color: 349665.

HSL color Cylindrical-coordinate representation of color #E15505: hue angle of 21.82º 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 #E15505 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 85 5 -
CMYK 0 0.62 0.98 0.12
HSL 21.82º 0.96% 0.45% -
HSV(B) 21.82º 0.98% 0.88% -
XYZ 34.33 22.52 2.68 -
YUV 117.74 64.38 204.5 -
System Red Green Blue C M Y K H S L
Decimal 225 85 5 0 0.62 0.98 0.12 21.82 0.96 0.45
Hex E1 55 5 0 3E 62 C 16 60 2D
Octal 341 125 5 0 76 142 14 26 140 55
Binary 11100001 1010101 101 0 111110 1100010 1100 10110 1100000 101101

Color Harmonies of #E15505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15505

Black with #E15505

Text Example


Text Example

White with #E15505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15505; }

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

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

background-color css

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

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

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

border-color css

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

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

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