Html Css Color HEX #E15200 Persimmon

📋 copy color: '#E15200'

red 225 ◦ green 82 ◦ blue 0

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

Shades of Persimmon #E15200

Tints of Persimmon #E15200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.29%
G = 26.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E15200 (or 0xE15200) is known color: Persimmon. HEX triplet: E1, 52 and 00. RGB value is (225,82,0). Sum of RGB (Red+Green+Blue) = 225+82+0=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E15200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15200 is #1EADFF. Grayscale: #737373. Windows color (decimal): -2010624 or 21217. OLE color: 21217.

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

Color convert

RGB 225 82 0 -
CMYK 0 0.64 1 0.12
HSL 21.87º 1% 0.44% -
HSV(B) 21.87º 1% 0.88% -
XYZ 34.07 22.04 2.46 -
YUV 115.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 225 82 0 0 0.64 1 0.12 21.87 1 0.44
Hex E1 52 0 0 40 64 C 16 64 2C
Octal 341 122 0 0 100 144 14 26 144 54
Binary 11100001 1010010 0 0 1000000 1100100 1100 10110 1100100 101100

Color Harmonies of #E15200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15200

Black with #E15200

Text Example


Text Example

White with #E15200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15200; }

 p { color: rgb(225,82,0); }

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

background-color css

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

 a { background-color: rgb(225,82,0); }

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

border-color css

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

 span { border-color: rgb(225,82,0); }

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