Html Css Color HEX #E3560C Persimmon

📋 copy color: '#E3560C'

red 227 ◦ green 86 ◦ blue 12

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

Shades of Persimmon #E3560C

Tints of Persimmon #E3560C

RGB

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

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

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

R = 69.85%
G = 26.46%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3560C (or 0xE3560C) is known color: Persimmon. HEX triplet: E3, 56 and 0C. RGB value is (227,86,12). Sum of RGB (Red+Green+Blue) = 227+86+12=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3560C is #1CA9F3. Grayscale: #787878. Windows color (decimal): -1878516 or 808675. OLE color: 808675.

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

Color convert

RGB 227 86 12 -
CMYK 0 0.62 0.95 0.11
HSL 20.65º 0.9% 0.47% -
HSV(B) 20.65º 0.95% 0.89% -
XYZ 35.07 23.01 2.94 -
YUV 119.72 67.21 204.52 -
System Red Green Blue C M Y K H S L
Decimal 227 86 12 0 0.62 0.95 0.11 20.65 0.9 0.47
Hex E3 56 C 0 3E 5F B 15 5A 2F
Octal 343 126 14 0 76 137 13 25 132 57
Binary 11100011 1010110 1100 0 111110 1011111 1011 10101 1011010 101111

Color Harmonies of #E3560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3560C

Black with #E3560C

Text Example


Text Example

White with #E3560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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