Html Css Color HEX #EC571C Persimmon

📋 copy color: '#EC571C'

red 236 ◦ green 87 ◦ blue 28

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

Shades of Persimmon #EC571C

Tints of Persimmon #EC571C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.98%

R = 67.24%
G = 24.79%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC571C (or 0xEC571C) is known color: Persimmon. HEX triplet: EC, 57 and 1C. RGB value is (236,87,28). Sum of RGB (Red+Green+Blue) = 236+87+28=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 28 (11.33% from 255 or 7.98% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC571C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC571C is #13A8E3. Grayscale: #7D7D7D. Windows color (decimal): -1288420 or 1857516. OLE color: 1857516.

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

Color convert

RGB 236 87 28 -
CMYK 0 0.63 0.88 0.07
HSL 17.02º 0.85% 0.52% -
HSV(B) 17.02º 0.88% 0.93% -
XYZ 38.21 24.73 3.86 -
YUV 124.83 73.36 207.3 -
System Red Green Blue C M Y K H S L
Decimal 236 87 28 0 0.63 0.88 0.07 17.02 0.85 0.52
Hex EC 57 1C 0 3F 58 7 11 55 34
Octal 354 127 34 0 77 130 7 21 125 64
Binary 11101100 1010111 11100 0 111111 1011000 111 10001 1010101 110100

Color Harmonies of #EC571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC571C

Black with #EC571C

Text Example


Text Example

White with #EC571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC571C; }

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

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

background-color css

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

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

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

border-color css

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

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

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