Html Css Color HEX #E1570A Persimmon

📋 copy color: '#E1570A'

red 225 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #E1570A

Tints of Persimmon #E1570A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

 BLUE value IS 10 (4.3% from 255) = 3.11%

R = 69.88%
G = 27.02%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1570A (or 0xE1570A) is known color: Persimmon. HEX triplet: E1, 57 and 0A. RGB value is (225,87,10). Sum of RGB (Red+Green+Blue) = 225+87+10=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1570A is #1EA8F5. Grayscale: #777777. Windows color (decimal): -2009334 or 677857. OLE color: 677857.

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

Color convert

RGB 225 87 10 -
CMYK 0 0.61 0.96 0.12
HSL 21.49º 0.91% 0.46% -
HSV(B) 21.49º 0.96% 0.88% -
XYZ 34.51 22.85 2.88 -
YUV 119.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 225 87 10 0 0.61 0.96 0.12 21.49 0.91 0.46
Hex E1 57 A 0 3D 60 C 15 5B 2E
Octal 341 127 12 0 75 140 14 25 133 56
Binary 11100001 1010111 1010 0 111101 1100000 1100 10101 1011011 101110

Color Harmonies of #E1570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1570A

Black with #E1570A

Text Example


Text Example

White with #E1570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1570A; }

 p { color: rgb(225,87,10); }

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

background-color css

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

 a { background-color: rgb(225,87,10); }

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

border-color css

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

 span { border-color: rgb(225,87,10); }

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