#EF631E

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

Shades of Pumpkin #EF631E

Tints of Pumpkin #EF631E

Color information

#EF631E (or 0xEF631E) is unknown color: approx Pumpkin. HEX triplet: EF, 63 and 1E. RGB value is (239,99,30). Sum of RGB (Red+Green+Blue) = 239+99+30=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF631E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF631E is #109CE1. Grayscale: #858585. Windows color (decimal): -1088738 or 1991663. OLE color: 1991663.

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

Color convert

RGB2399930-
CMYK00.590.870.06
HSL19.81º86.72%52.75%-
HSV(B)19.81º87.45%93.73%-
XYZ40.2927.374.39-
YUV132.9969.88203.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.95%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=64.95%
G=26.90%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239993000.590.870.0619.8186.7252.75
HexEF631E03B576145735
Octal3571433607312762412765
Binary1110111111000111111001110111010111110101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF631E; }

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

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

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

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

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

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

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

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