#EE7012

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

Shades of Pumpkin #EE7012

Tints of Pumpkin #EE7012

Color information

#EE7012 (or 0xEE7012) is unknown color: approx Pumpkin. HEX triplet: EE, 70 and 12. RGB value is (238,112,18). Sum of RGB (Red+Green+Blue) = 238+112+18=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE7012 is #118FED. Grayscale: #8B8B8B. Windows color (decimal): -1150958 or 1208558. OLE color: 1208558.

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

Color convert

RGB23811218-
CMYK00.530.920.07
HSL25.64º86.61%50.2%-
HSV(B)25.64º92.44%93.33%-
XYZ41.1629.814.16-
YUV138.9659.74198.64-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.67%
GREEN value IS 112 (44.14% from 255) = 30.43%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=64.67%
G=30.43%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381121800.530.920.0725.6486.6150.2
HexEE70120355C71a5732
Octal3561602206513473212762
Binary1110111011100001001001101011011100111110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7012; }

 p { color: rgb(238,112,18); }

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

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

 a { background-color: rgb(238,112,18); }

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

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

 span { border-color: rgb(238,112,18); }

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