#EF6318

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

Shades of Pumpkin #EF6318

Tints of Pumpkin #EF6318

Color information

#EF6318 (or 0xEF6318) is unknown color: approx Pumpkin. HEX triplet: EF, 63 and 18. RGB value is (239,99,24). Sum of RGB (Red+Green+Blue) = 239+99+24=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6318 is #109CE7. Grayscale: #848484. Windows color (decimal): -1088744 or 1598447. OLE color: 1598447.

HSL color Cylindrical-coordinate representation of color #EF6318: hue angle of 20.93º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF6318 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB2399924-
CMYK00.590.900.06
HSL20.93º87.04%51.57%-
HSV(B)20.93º89.96%93.73%-
XYZ40.2227.344.02-
YUV132.3166.88204.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.02%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=66.02%
G=27.35%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239992400.590.900.0620.9387.0451.57
HexEF631803B5A6155734
Octal3571433007313262512764
Binary1110111111000111100001110111011010110101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6318; }

 p { color: rgb(239,99,24); }

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

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

 a { background-color: rgb(239,99,24); }

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

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

 span { border-color: rgb(239,99,24); }

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