Html Css Color HEX #EC550F Persimmon

📋 copy color: '#EC550F'

red 236 ◦ green 85 ◦ blue 15

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

Shades of Persimmon #EC550F

Tints of Persimmon #EC550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 70.24%
G = 25.3%
B = 4.46%

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

#EC550F (or 0xEC550F) is known color: Persimmon. HEX triplet: EC, 55 and 0F. RGB value is (236,85,15). Sum of RGB (Red+Green+Blue) = 236+85+15=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC550F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC550F is #13AAF0. Grayscale: #7A7A7A. Windows color (decimal): -1288945 or 1005036. OLE color: 1005036.

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

Color convert

RGB 236 85 15 -
CMYK 0 0.64 0.94 0.07
HSL 19º 0.88% 0.49% -
HSV(B) 19º 0.94% 0.93% -
XYZ 37.93 24.36 3.16 -
YUV 122.17 67.53 209.19 -
System Red Green Blue C M Y K H S L
Decimal 236 85 15 0 0.64 0.94 0.07 19 0.88 0.49
Hex EC 55 F 0 40 5E 7 13 58 31
Octal 354 125 17 0 100 136 7 23 130 61
Binary 11101100 1010101 1111 0 1000000 1011110 111 10011 1011000 110001

Color Harmonies of #EC550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC550F

Black with #EC550F

Text Example


Text Example

White with #EC550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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