Html Css Color HEX #EC531C Persimmon

📋 copy color: '#EC531C'

red 236 ◦ green 83 ◦ blue 28

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

Shades of Persimmon #EC531C

Tints of Persimmon #EC531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 28 (11.33% from 255) = 8.07%

R = 68.01%
G = 23.92%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC531C (or 0xEC531C) is known color: Persimmon. HEX triplet: EC, 53 and 1C. RGB value is (236,83,28). Sum of RGB (Red+Green+Blue) = 236+83+28=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531C is #13ACE3. Grayscale: #7A7A7A. Windows color (decimal): -1289444 or 1856492. OLE color: 1856492.

HSL color Cylindrical-coordinate representation of color #EC531C: hue angle of 15.87º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC531C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 83 28 -
CMYK 0 0.65 0.88 0.07
HSL 15.87º 0.85% 0.52% -
HSV(B) 15.87º 0.88% 0.93% -
XYZ 37.89 24.1 3.75 -
YUV 122.48 74.69 208.97 -
System Red Green Blue C M Y K H S L
Decimal 236 83 28 0 0.65 0.88 0.07 15.87 0.85 0.52
Hex EC 53 1C 0 41 58 7 10 55 34
Octal 354 123 34 0 101 130 7 20 125 64
Binary 11101100 1010011 11100 0 1000001 1011000 111 10000 1010101 110100

Color Harmonies of #EC531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC531C

Black with #EC531C

Text Example


Text Example

White with #EC531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC531C; }

 p { color: rgb(236,83,28); }

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

background-color css

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

 a { background-color: rgb(236,83,28); }

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

border-color css

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

 span { border-color: rgb(236,83,28); }

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