Html Css Color HEX #EC571E Persimmon

📋 copy color: '#EC571E'

red 236 ◦ green 87 ◦ blue 30

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

Shades of Persimmon #EC571E

Tints of Persimmon #EC571E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 66.86%
G = 24.65%
B = 8.5%

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

#EC571E (or 0xEC571E) is known color: Persimmon. HEX triplet: EC, 57 and 1E. RGB value is (236,87,30). Sum of RGB (Red+Green+Blue) = 236+87+30=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC571E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC571E is #13A8E1. Grayscale: #7D7D7D. Windows color (decimal): -1288418 or 1988588. OLE color: 1988588.

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

Color convert

RGB 236 87 30 -
CMYK 0 0.63 0.87 0.07
HSL 16.6º 0.84% 0.52% -
HSV(B) 16.6º 0.87% 0.93% -
XYZ 38.23 24.74 3.99 -
YUV 125.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 236 87 30 0 0.63 0.87 0.07 16.6 0.84 0.52
Hex EC 57 1E 0 3F 57 7 11 54 34
Octal 354 127 36 0 77 127 7 21 124 64
Binary 11101100 1010111 11110 0 111111 1010111 111 10001 1010100 110100

Color Harmonies of #EC571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC571E

Black with #EC571E

Text Example


Text Example

White with #EC571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC571E; }

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

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

background-color css

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

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

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

border-color css

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

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

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