Html Css Color HEX #EC570A Persimmon

📋 copy color: '#EC570A'

red 236 ◦ green 87 ◦ blue 10

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

Shades of Persimmon #EC570A

Tints of Persimmon #EC570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3%

R = 70.87%
G = 26.13%
B = 3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC570A (or 0xEC570A) is known color: Persimmon. HEX triplet: EC, 57 and 0A. RGB value is (236,87,10). Sum of RGB (Red+Green+Blue) = 236+87+10=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570A is #13A8F5. Grayscale: #7B7B7B. Windows color (decimal): -1288438 or 677868. OLE color: 677868.

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

Color convert

RGB 236 87 10 -
CMYK 0 0.63 0.96 0.07
HSL 20.44º 0.92% 0.48% -
HSV(B) 20.44º 0.96% 0.93% -
XYZ 38.06 24.67 3.04 -
YUV 122.77 64.36 208.76 -
System Red Green Blue C M Y K H S L
Decimal 236 87 10 0 0.63 0.96 0.07 20.44 0.92 0.48
Hex EC 57 A 0 3F 60 7 14 5C 30
Octal 354 127 12 0 77 140 7 24 134 60
Binary 11101100 1010111 1010 0 111111 1100000 111 10100 1011100 110000

Color Harmonies of #EC570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC570A

Black with #EC570A

Text Example


Text Example

White with #EC570A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC570A; }

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

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

background-color css

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

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

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

border-color css

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

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

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