#EC6813

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

Shades of Pumpkin #EC6813

Tints of Pumpkin #EC6813

Color information

#EC6813 (or 0xEC6813) is unknown color: approx Pumpkin. HEX triplet: EC, 68 and 13. RGB value is (236,104,19). Sum of RGB (Red+Green+Blue) = 236+104+19=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6813 is #1397EC. Grayscale: #868686. Windows color (decimal): -1284077 or 1272044. OLE color: 1272044.

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

Color convert

RGB23610419-
CMYK00.560.920.07
HSL23.5º85.1%50%-
HSV(B)23.5º91.95%92.55%-
XYZ39.6627.783.89-
YUV133.7863.23200.91-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 65.74%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 19 (7.81% from 255) = 5.29%
R=65.74%
G=28.97%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361041900.560.920.0723.585.150
HexEC68130385C7185532
Octal3541502307013473012562
Binary1110110011010001001101110001011100111110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6813; }

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

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

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

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

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

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

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

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