Html Css Color HEX #EC571F Persimmon

📋 copy color: '#EC571F'

red 236 ◦ green 87 ◦ blue 31

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

Shades of Persimmon #EC571F

Tints of Persimmon #EC571F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.76%

R = 66.67%
G = 24.58%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC571F (or 0xEC571F) is known color: Persimmon. HEX triplet: EC, 57 and 1F. RGB value is (236,87,31). Sum of RGB (Red+Green+Blue) = 236+87+31=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC571F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC571F is #13A8E0. Grayscale: #7D7D7D. Windows color (decimal): -1288417 or 2054124. OLE color: 2054124.

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

Color convert

RGB 236 87 31 -
CMYK 0 0.63 0.87 0.07
HSL 16.39º 0.84% 0.52% -
HSV(B) 16.39º 0.87% 0.93% -
XYZ 38.25 24.75 4.06 -
YUV 125.17 74.86 207.05 -
System Red Green Blue C M Y K H S L
Decimal 236 87 31 0 0.63 0.87 0.07 16.39 0.84 0.52
Hex EC 57 1F 0 3F 57 7 10 54 34
Octal 354 127 37 0 77 127 7 20 124 64
Binary 11101100 1010111 11111 0 111111 1010111 111 10000 1010100 110100

Color Harmonies of #EC571F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC571F

Black with #EC571F

Text Example


Text Example

White with #EC571F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC571F; }

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

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

background-color css

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

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

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

border-color css

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

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

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