Html Css Color HEX #EC5512 Persimmon

📋 copy color: '#EC5512'

red 236 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #EC5512

Tints of Persimmon #EC5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 69.62%
G = 25.07%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC5512 (or 0xEC5512) is known color: Persimmon. HEX triplet: EC, 55 and 12. RGB value is (236,85,18). Sum of RGB (Red+Green+Blue) = 236+85+18=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5512 is #13AAED. Grayscale: #7A7A7A. Windows color (decimal): -1288942 or 1201644. OLE color: 1201644.

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

Color convert

RGB 236 85 18 -
CMYK 0 0.64 0.92 0.07
HSL 18.44º 0.86% 0.5% -
HSV(B) 18.44º 0.92% 0.93% -
XYZ 37.95 24.37 3.28 -
YUV 122.51 69.03 208.95 -
System Red Green Blue C M Y K H S L
Decimal 236 85 18 0 0.64 0.92 0.07 18.44 0.86 0.5
Hex EC 55 12 0 40 5C 7 12 56 32
Octal 354 125 22 0 100 134 7 22 126 62
Binary 11101100 1010101 10010 0 1000000 1011100 111 10010 1010110 110010

Color Harmonies of #EC5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5512

Black with #EC5512

Text Example


Text Example

White with #EC5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5512; }

 p { color: rgb(236,85,18); }

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

background-color css

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

 a { background-color: rgb(236,85,18); }

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

border-color css

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

 span { border-color: rgb(236,85,18); }

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