Html Css Color HEX #EC570E Persimmon

📋 copy color: '#EC570E'

red 236 ◦ green 87 ◦ blue 14

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

Shades of Persimmon #EC570E

Tints of Persimmon #EC570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 70.03%
G = 25.82%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC570E (or 0xEC570E) is known color: Persimmon. HEX triplet: EC, 57 and 0E. RGB value is (236,87,14). Sum of RGB (Red+Green+Blue) = 236+87+14=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570E is #13A8F1. Grayscale: #7B7B7B. Windows color (decimal): -1288434 or 940012. OLE color: 940012.

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

Color convert

RGB 236 87 14 -
CMYK 0 0.63 0.94 0.07
HSL 19.73º 0.89% 0.49% -
HSV(B) 19.73º 0.94% 0.93% -
XYZ 38.08 24.68 3.17 -
YUV 123.23 66.36 208.44 -
System Red Green Blue C M Y K H S L
Decimal 236 87 14 0 0.63 0.94 0.07 19.73 0.89 0.49
Hex EC 57 E 0 3F 5E 7 14 59 31
Octal 354 127 16 0 77 136 7 24 131 61
Binary 11101100 1010111 1110 0 111111 1011110 111 10100 1011001 110001

Color Harmonies of #EC570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC570E

Black with #EC570E

Text Example


Text Example

White with #EC570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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