Html Css Color HEX #E1560B Persimmon

📋 copy color: '#E1560B'

red 225 ◦ green 86 ◦ blue 11

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

Shades of Persimmon #E1560B

Tints of Persimmon #E1560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 69.88%
G = 26.71%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1560B (or 0xE1560B) is known color: Persimmon. HEX triplet: E1, 56 and 0B. RGB value is (225,86,11). Sum of RGB (Red+Green+Blue) = 225+86+11=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E1560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1560B is #1EA9F4. Grayscale: #777777. Windows color (decimal): -2009589 or 743137. OLE color: 743137.

HSL color Cylindrical-coordinate representation of color #E1560B: hue angle of 21.03º degrees, saturation: 0.91, 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 #E1560B is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 86 11 -
CMYK 0 0.62 0.95 0.12
HSL 21.03º 0.91% 0.46% -
HSV(B) 21.03º 0.95% 0.88% -
XYZ 34.44 22.69 2.88 -
YUV 119.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 225 86 11 0 0.62 0.95 0.12 21.03 0.91 0.46
Hex E1 56 B 0 3E 5F C 15 5B 2E
Octal 341 126 13 0 76 137 14 25 133 56
Binary 11100001 1010110 1011 0 111110 1011111 1100 10101 1011011 101110

Color Harmonies of #E1560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1560B

Black with #E1560B

Text Example


Text Example

White with #E1560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1560B; }

 p { color: rgb(225,86,11); }

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

background-color css

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

 a { background-color: rgb(225,86,11); }

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

border-color css

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

 span { border-color: rgb(225,86,11); }

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