Html Css Color HEX #EC571B Persimmon

📋 copy color: '#EC571B'

red 236 ◦ green 87 ◦ blue 27

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

Shades of Persimmon #EC571B

Tints of Persimmon #EC571B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 67.43%
G = 24.86%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC571B (or 0xEC571B) is known color: Persimmon. HEX triplet: EC, 57 and 1B. RGB value is (236,87,27). Sum of RGB (Red+Green+Blue) = 236+87+27=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC571B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC571B is #13A8E4. Grayscale: #7D7D7D. Windows color (decimal): -1288421 or 1791980. OLE color: 1791980.

HSL color Cylindrical-coordinate representation of color #EC571B: hue angle of 17.22º 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 #EC571B is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 87 27 -
CMYK 0 0.63 0.89 0.07
HSL 17.22º 0.85% 0.52% -
HSV(B) 17.22º 0.89% 0.93% -
XYZ 38.2 24.73 3.8 -
YUV 124.71 72.86 207.38 -
System Red Green Blue C M Y K H S L
Decimal 236 87 27 0 0.63 0.89 0.07 17.22 0.85 0.52
Hex EC 57 1B 0 3F 59 7 11 55 34
Octal 354 127 33 0 77 131 7 21 125 64
Binary 11101100 1010111 11011 0 111111 1011001 111 10001 1010101 110100

Color Harmonies of #EC571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC571B

Black with #EC571B

Text Example


Text Example

White with #EC571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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