Html Css Color HEX #E0560B Persimmon

📋 copy color: '#E0560B'

red 224 ◦ green 86 ◦ blue 11

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

Shades of Persimmon #E0560B

Tints of Persimmon #E0560B

RGB

 RED value IS 224 (87.89% from 255) = 69.78%

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

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

R = 69.78%
G = 26.79%
B = 3.43%

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

#E0560B (or 0xE0560B) is known color: Persimmon. HEX triplet: E0, 56 and 0B. RGB value is (224,86,11). Sum of RGB (Red+Green+Blue) = 224+86+11=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0560B is #1FA9F4. Grayscale: #777777. Windows color (decimal): -2075125 or 743136. OLE color: 743136.

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

Color convert

RGB 224 86 11 -
CMYK 0 0.62 0.95 0.12
HSL 21.13º 0.91% 0.46% -
HSV(B) 21.13º 0.95% 0.88% -
XYZ 34.13 22.53 2.87 -
YUV 118.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 224 86 11 0 0.62 0.95 0.12 21.13 0.91 0.46
Hex E0 56 B 0 3E 5F C 15 5B 2E
Octal 340 126 13 0 76 137 14 25 133 56
Binary 11100000 1010110 1011 0 111110 1011111 1100 10101 1011011 101110

Color Harmonies of #E0560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0560B

Black with #E0560B

Text Example


Text Example

White with #E0560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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