#EF6816

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

Shades of Pumpkin #EF6816

Tints of Pumpkin #EF6816

Color information

#EF6816 (or 0xEF6816) is unknown color: approx Pumpkin. HEX triplet: EF, 68 and 16. RGB value is (239,104,22). Sum of RGB (Red+Green+Blue) = 239+104+22=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6816 is #1097E9. Grayscale: #878787. Windows color (decimal): -1087466 or 1468655. OLE color: 1468655.

HSL color Cylindrical-coordinate representation of color #EF6816: hue angle of 22.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF6816 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23910422-
CMYK00.560.910.06
HSL22.67º87.15%51.18%-
HSV(B)22.67º90.79%93.73%-
XYZ40.6928.314.08-
YUV135.0264.23202.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.48%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 22 (8.98% from 255) = 6.03%
R=65.48%
G=28.49%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391042200.560.910.0622.6787.1551.18
HexEF68160385B6175733
Octal3571502607013362712763
Binary1110111111010001011001110001011011110101111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6816; }

 p { color: rgb(239,104,22); }

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

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

 a { background-color: rgb(239,104,22); }

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

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

 span { border-color: rgb(239,104,22); }

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