Html Css Color HEX #E15301 Persimmon

📋 copy color: '#E15301'

red 225 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #E15301

Tints of Persimmon #E15301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 72.82%
G = 26.86%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E15301 (or 0xE15301) is known color: Persimmon. HEX triplet: E1, 53 and 01. RGB value is (225,83,1). Sum of RGB (Red+Green+Blue) = 225+83+1=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E15301 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15301 is #1EACFE. Grayscale: #747474. Windows color (decimal): -2010367 or 87009. OLE color: 87009.

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

Color convert

RGB 225 83 1 -
CMYK 0 0.63 1.00 0.12
HSL 21.96º 0.99% 0.44% -
HSV(B) 21.96º 1% 0.88% -
XYZ 34.15 22.2 2.51 -
YUV 116.11 63.04 205.67 -
System Red Green Blue C M Y K H S L
Decimal 225 83 1 0 0.63 1.00 0.12 21.96 0.99 0.44
Hex E1 53 1 0 3F 64 C 16 63 2C
Octal 341 123 1 0 77 144 14 26 143 54
Binary 11100001 1010011 1 0 111111 1100100 1100 10110 1100011 101100

Color Harmonies of #E15301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15301

Black with #E15301

Text Example


Text Example

White with #E15301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15301; }

 p { color: rgb(225,83,1); }

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

background-color css

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

 a { background-color: rgb(225,83,1); }

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

border-color css

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

 span { border-color: rgb(225,83,1); }

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