Html Css Color HEX #EC570D Persimmon

📋 copy color: '#EC570D'

red 236 ◦ green 87 ◦ blue 13

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

Shades of Persimmon #EC570D

Tints of Persimmon #EC570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 70.24%
G = 25.89%
B = 3.87%

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

#EC570D (or 0xEC570D) is known color: Persimmon. HEX triplet: EC, 57 and 0D. RGB value is (236,87,13). Sum of RGB (Red+Green+Blue) = 236+87+13=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570D is #13A8F2. Grayscale: #7B7B7B. Windows color (decimal): -1288435 or 874476. OLE color: 874476.

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

Color convert

RGB 236 87 13 -
CMYK 0 0.63 0.94 0.07
HSL 19.91º 0.9% 0.49% -
HSV(B) 19.91º 0.94% 0.93% -
XYZ 38.07 24.68 3.14 -
YUV 123.12 65.86 208.52 -
System Red Green Blue C M Y K H S L
Decimal 236 87 13 0 0.63 0.94 0.07 19.91 0.9 0.49
Hex EC 57 D 0 3F 5E 7 14 5A 31
Octal 354 127 15 0 77 136 7 24 132 61
Binary 11101100 1010111 1101 0 111111 1011110 111 10100 1011010 110001

Color Harmonies of #EC570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC570D

Black with #EC570D

Text Example


Text Example

White with #EC570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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