Html Css Color HEX #EC570C Persimmon

📋 copy color: '#EC570C'

red 236 ◦ green 87 ◦ blue 12

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

Shades of Persimmon #EC570C

Tints of Persimmon #EC570C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 70.45%
G = 25.97%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC570C (or 0xEC570C) is known color: Persimmon. HEX triplet: EC, 57 and 0C. RGB value is (236,87,12). Sum of RGB (Red+Green+Blue) = 236+87+12=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570C is #13A8F3. Grayscale: #7B7B7B. Windows color (decimal): -1288436 or 808940. OLE color: 808940.

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

Color convert

RGB 236 87 12 -
CMYK 0 0.63 0.95 0.07
HSL 20.09º 0.9% 0.49% -
HSV(B) 20.09º 0.95% 0.93% -
XYZ 38.07 24.68 3.1 -
YUV 123 65.36 208.6 -
System Red Green Blue C M Y K H S L
Decimal 236 87 12 0 0.63 0.95 0.07 20.09 0.9 0.49
Hex EC 57 C 0 3F 5F 7 14 5A 31
Octal 354 127 14 0 77 137 7 24 132 61
Binary 11101100 1010111 1100 0 111111 1011111 111 10100 1011010 110001

Color Harmonies of #EC570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC570C

Black with #EC570C

Text Example


Text Example

White with #EC570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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