Html Css Color HEX #EC550E Persimmon

📋 copy color: '#EC550E'

red 236 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #EC550E

Tints of Persimmon #EC550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 70.45%
G = 25.37%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC550E (or 0xEC550E) is known color: Persimmon. HEX triplet: EC, 55 and 0E. RGB value is (236,85,14). Sum of RGB (Red+Green+Blue) = 236+85+14=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC550E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC550E is #13AAF1. Grayscale: #7A7A7A. Windows color (decimal): -1288946 or 939500. OLE color: 939500.

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

Color convert

RGB 236 85 14 -
CMYK 0 0.64 0.94 0.07
HSL 19.19º 0.89% 0.49% -
HSV(B) 19.19º 0.94% 0.93% -
XYZ 37.92 24.36 3.12 -
YUV 122.06 67.03 209.27 -
System Red Green Blue C M Y K H S L
Decimal 236 85 14 0 0.64 0.94 0.07 19.19 0.89 0.49
Hex EC 55 E 0 40 5E 7 13 59 31
Octal 354 125 16 0 100 136 7 23 131 61
Binary 11101100 1010101 1110 0 1000000 1011110 111 10011 1011001 110001

Color Harmonies of #EC550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC550E

Black with #EC550E

Text Example


Text Example

White with #EC550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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