#EC4D0E

Color #EC4D0E Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EC4D0E

Tints of Persimmon #EC4D0E

Color information

#EC4D0E (or 0xEC4D0E) is unknown color: approx Persimmon. HEX triplet: EC, 4D and 0E. RGB value is (236,77,14). Sum of RGB (Red+Green+Blue) = 236+77+14=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4D0E is #13B2F1. Grayscale: #757575. Windows color (decimal): -1290994 or 937452. OLE color: 937452.

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

Color convert

RGB2367714-
CMYK00.670.940.07
HSL17.03º88.8%49.02%-
HSV(B)17.03º94.07%92.55%-
XYZ37.3323.172.92-
YUV117.3669.68212.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 72.17%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=72.17%
G=23.55%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236771400.670.940.0717.0388.849.02
HexEC4DE0435E7115931
Octal35411516010313672113161
Binary1110110010011011110010000111011110111100011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4D0E; }

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

 H1.HeaderClassName
 {
   color: #EC4D0E;
 }
 .AnyTagClassName
 {
   color: #EC4D0E;
 }
</style>
background-color css

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

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

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

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

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

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