Html Css Color HEX #E1590C Persimmon

📋 copy color: '#E1590C'

red 225 ◦ green 89 ◦ blue 12

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

Shades of Persimmon #E1590C

Tints of Persimmon #E1590C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 12 (5.08% from 255) = 3.68%

R = 69.02%
G = 27.3%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1590C (or 0xE1590C) is known color: Persimmon. HEX triplet: E1, 59 and 0C. RGB value is (225,89,12). Sum of RGB (Red+Green+Blue) = 225+89+12=326 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.02% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 225 - color contains mainly: red. Hex color #E1590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1590C is #1EA6F3. Grayscale: #797979. Windows color (decimal): -2008820 or 809441. OLE color: 809441.

HSL color Cylindrical-coordinate representation of color #E1590C: hue angle of 21.69º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1590C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 89 12 -
CMYK 0 0.60 0.95 0.12
HSL 21.69º 0.9% 0.46% -
HSV(B) 21.69º 0.95% 0.88% -
XYZ 34.69 23.18 2.99 -
YUV 120.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 225 89 12 0 0.60 0.95 0.12 21.69 0.9 0.46
Hex E1 59 C 0 3C 5F C 16 5A 2E
Octal 341 131 14 0 74 137 14 26 132 56
Binary 11100001 1011001 1100 0 111100 1011111 1100 10110 1011010 101110

Color Harmonies of #E1590C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1590C

Black with #E1590C

Text Example


Text Example

White with #E1590C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1590C; }

 p { color: rgb(225,89,12); }

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

background-color css

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

 a { background-color: rgb(225,89,12); }

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

border-color css

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

 span { border-color: rgb(225,89,12); }

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