Html Css Color HEX #EC5513 Persimmon

📋 copy color: '#EC5513'

red 236 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #EC5513

Tints of Persimmon #EC5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 69.41%
G = 25%
B = 5.59%

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

#EC5513 (or 0xEC5513) is known color: Persimmon. HEX triplet: EC, 55 and 13. RGB value is (236,85,19). Sum of RGB (Red+Green+Blue) = 236+85+19=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5513 is #13AAEC. Grayscale: #7B7B7B. Windows color (decimal): -1288941 or 1267180. OLE color: 1267180.

HSL color Cylindrical-coordinate representation of color #EC5513: hue angle of 18.25º degrees, saturation: 0.85, 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 #EC5513 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 19 -
CMYK 0 0.64 0.92 0.07
HSL 18.25º 0.85% 0.5% -
HSV(B) 18.25º 0.92% 0.93% -
XYZ 37.96 24.38 3.32 -
YUV 122.63 69.53 208.87 -
System Red Green Blue C M Y K H S L
Decimal 236 85 19 0 0.64 0.92 0.07 18.25 0.85 0.5
Hex EC 55 13 0 40 5C 7 12 55 32
Octal 354 125 23 0 100 134 7 22 125 62
Binary 11101100 1010101 10011 0 1000000 1011100 111 10010 1010101 110010

Color Harmonies of #EC5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5513

Black with #EC5513

Text Example


Text Example

White with #EC5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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