Html Css Color HEX #EC561B Persimmon

📋 copy color: '#EC561B'

red 236 ◦ green 86 ◦ blue 27

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

Shades of Persimmon #EC561B

Tints of Persimmon #EC561B

RGB

 RED value IS 236 (92.58% from 255) = 67.62%

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

 BLUE value IS 27 (10.94% from 255) = 7.74%

R = 67.62%
G = 24.64%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC561B (or 0xEC561B) is known color: Persimmon. HEX triplet: EC, 56 and 1B. RGB value is (236,86,27). Sum of RGB (Red+Green+Blue) = 236+86+27=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561B is #13A9E4. Grayscale: #7C7C7C. Windows color (decimal): -1288677 or 1791724. OLE color: 1791724.

HSL color Cylindrical-coordinate representation of color #EC561B: hue angle of 16.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC561B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 27 -
CMYK 0 0.64 0.89 0.07
HSL 16.94º 0.85% 0.52% -
HSV(B) 16.94º 0.89% 0.93% -
XYZ 38.12 24.57 3.77 -
YUV 124.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 236 86 27 0 0.64 0.89 0.07 16.94 0.85 0.52
Hex EC 56 1B 0 40 59 7 11 55 34
Octal 354 126 33 0 100 131 7 21 125 64
Binary 11101100 1010110 11011 0 1000000 1011001 111 10001 1010101 110100

Color Harmonies of #EC561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC561B

Black with #EC561B

Text Example


Text Example

White with #EC561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC561B; }

 p { color: rgb(236,86,27); }

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

background-color css

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

 a { background-color: rgb(236,86,27); }

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

border-color css

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

 span { border-color: rgb(236,86,27); }

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