Html Css Color HEX #E15503 Persimmon

📋 copy color: '#E15503'

red 225 ◦ green 85 ◦ blue 3

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

Shades of Persimmon #E15503

Tints of Persimmon #E15503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 71.88%
G = 27.16%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E15503 (or 0xE15503) is known color: Persimmon. HEX triplet: E1, 55 and 03. RGB value is (225,85,3). Sum of RGB (Red+Green+Blue) = 225+85+3=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E15503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15503 is #1EAAFC. Grayscale: #757575. Windows color (decimal): -2009853 or 218593. OLE color: 218593.

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

Color convert

RGB 225 85 3 -
CMYK 0 0.62 0.99 0.12
HSL 22.16º 0.97% 0.45% -
HSV(B) 22.16º 0.99% 0.88% -
XYZ 34.32 22.51 2.62 -
YUV 117.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 225 85 3 0 0.62 0.99 0.12 22.16 0.97 0.45
Hex E1 55 3 0 3E 63 C 16 61 2D
Octal 341 125 3 0 76 143 14 26 141 55
Binary 11100001 1010101 11 0 111110 1100011 1100 10110 1100001 101101

Color Harmonies of #E15503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15503

Black with #E15503

Text Example


Text Example

White with #E15503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15503; }

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

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

background-color css

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

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

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

border-color css

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

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

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