Html Css Color HEX #E6560B Persimmon

📋 copy color: '#E6560B'

red 230 ◦ green 86 ◦ blue 11

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

Shades of Persimmon #E6560B

Tints of Persimmon #E6560B

RGB

 RED value IS 230 (90.23% from 255) = 70.34%

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

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

R = 70.34%
G = 26.3%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6560B (or 0xE6560B) is known color: Persimmon. HEX triplet: E6, 56 and 0B. RGB value is (230,86,11). Sum of RGB (Red+Green+Blue) = 230+86+11=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6560B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6560B is #19A9F4. Grayscale: #787878. Windows color (decimal): -1681909 or 743142. OLE color: 743142.

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

Color convert

RGB 230 86 11 -
CMYK 0 0.63 0.95 0.10
HSL 20.55º 0.91% 0.47% -
HSV(B) 20.55º 0.95% 0.9% -
XYZ 36.02 23.5 2.95 -
YUV 120.51 66.21 206.1 -
System Red Green Blue C M Y K H S L
Decimal 230 86 11 0 0.63 0.95 0.10 20.55 0.91 0.47
Hex E6 56 B 0 3F 5F A 15 5B 2F
Octal 346 126 13 0 77 137 12 25 133 57
Binary 11100110 1010110 1011 0 111111 1011111 1010 10101 1011011 101111

Color Harmonies of #E6560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6560B

Black with #E6560B

Text Example


Text Example

White with #E6560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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