Html Css Color HEX #EF8014 Pumpkin

📋 copy color: '#EF8014'

red 239 ◦ green 128 ◦ blue 20

#EF8014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #EF8014

Tints of Pumpkin #EF8014

RGB

 RED value IS 239 (93.75% from 255) = 61.76%

 GREEN value IS 128 (50.39% from 255) = 33.07%

 BLUE value IS 20 (8.2% from 255) = 5.17%

R = 61.76%
G = 33.07%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8014 (or 0xEF8014) is known color: Pumpkin. HEX triplet: EF, 80 and 14. RGB value is (239,128,20). Sum of RGB (Red+Green+Blue) = 239+128+20=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8014 is #107FEB. Grayscale: #959595. Windows color (decimal): -1081324 or 1343727. OLE color: 1343727.

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

Color convert

RGB 239 128 20 -
CMYK 0 0.46 0.92 0.06
HSL 29.59º 0.87% 0.51% -
HSV(B) 29.59º 0.92% 0.94% -
XYZ 43.44 33.84 4.9 -
YUV 148.88 55.27 192.28 -
System Red Green Blue C M Y K H S L
Decimal 239 128 20 0 0.46 0.92 0.06 29.59 0.87 0.51
Hex EF 80 14 0 2E 5C 6 1E 57 33
Octal 357 200 24 0 56 134 6 36 127 63
Binary 11101111 10000000 10100 0 101110 1011100 110 11110 1010111 110011

Color Harmonies of #EF8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8014

Black with #EF8014

Text Example


Text Example

White with #EF8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8014; }

 p { color: rgb(239,128,20); }

 H1.HeaderClassName
 {
   color: #EF8014;
 }
 .AnyTagClassName
 {
   color: #EF8014;
 }
</style>

background-color css

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

 a { background-color: rgb(239,128,20); }

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

border-color css

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

 span { border-color: rgb(239,128,20); }

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