Html Css Color HEX #E3560F Persimmon

📋 copy color: '#E3560F'

red 227 ◦ green 86 ◦ blue 15

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

Shades of Persimmon #E3560F

Tints of Persimmon #E3560F

RGB

 RED value IS 227 (89.06% from 255) = 69.21%

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

 BLUE value IS 15 (6.25% from 255) = 4.57%

R = 69.21%
G = 26.22%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3560F (or 0xE3560F) is known color: Persimmon. HEX triplet: E3, 56 and 0F. RGB value is (227,86,15). Sum of RGB (Red+Green+Blue) = 227+86+15=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E3560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3560F is #1CA9F0. Grayscale: #787878. Windows color (decimal): -1878513 or 1005283. OLE color: 1005283.

HSL color Cylindrical-coordinate representation of color #E3560F: hue angle of 20.09º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3560F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 86 15 -
CMYK 0 0.62 0.93 0.11
HSL 20.09º 0.88% 0.47% -
HSV(B) 20.09º 0.93% 0.89% -
XYZ 35.09 23.02 3.05 -
YUV 120.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 227 86 15 0 0.62 0.93 0.11 20.09 0.88 0.47
Hex E3 56 F 0 3E 5D B 14 58 2F
Octal 343 126 17 0 76 135 13 24 130 57
Binary 11100011 1010110 1111 0 111110 1011101 1011 10100 1011000 101111

Color Harmonies of #E3560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3560F

Black with #E3560F

Text Example


Text Example

White with #E3560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3560F; }

 p { color: rgb(227,86,15); }

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

background-color css

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

 a { background-color: rgb(227,86,15); }

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

border-color css

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

 span { border-color: rgb(227,86,15); }

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