Html Css Color HEX #EC580E Persimmon

📋 copy color: '#EC580E'

red 236 ◦ green 88 ◦ blue 14

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

Shades of Persimmon #EC580E

Tints of Persimmon #EC580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

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

R = 69.82%
G = 26.04%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC580E (or 0xEC580E) is known color: Persimmon. HEX triplet: EC, 58 and 0E. RGB value is (236,88,14). Sum of RGB (Red+Green+Blue) = 236+88+14=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC580E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC580E is #13A7F1. Grayscale: #7C7C7C. Windows color (decimal): -1288178 or 940268. OLE color: 940268.

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

Color convert

RGB 236 88 14 -
CMYK 0 0.63 0.94 0.07
HSL 20º 0.89% 0.49% -
HSV(B) 20º 0.94% 0.93% -
XYZ 38.16 24.84 3.2 -
YUV 123.82 66.03 208.02 -
System Red Green Blue C M Y K H S L
Decimal 236 88 14 0 0.63 0.94 0.07 20 0.89 0.49
Hex EC 58 E 0 3F 5E 7 14 59 31
Octal 354 130 16 0 77 136 7 24 131 61
Binary 11101100 1011000 1110 0 111111 1011110 111 10100 1011001 110001

Color Harmonies of #EC580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC580E

Black with #EC580E

Text Example


Text Example

White with #EC580E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC580E; }

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

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

background-color css

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

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

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

border-color css

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

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

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