Html Css Color HEX #EF7014 Pumpkin

📋 copy color: '#EF7014'

red 239 ◦ green 112 ◦ blue 20

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

Shades of Pumpkin #EF7014

Tints of Pumpkin #EF7014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

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

R = 64.42%
G = 30.19%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7014 (or 0xEF7014) is known color: Pumpkin. HEX triplet: EF, 70 and 14. RGB value is (239,112,20). Sum of RGB (Red+Green+Blue) = 239+112+20=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7014 is #108FEB. Grayscale: #8B8B8B. Windows color (decimal): -1085420 or 1339631. OLE color: 1339631.

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

Color convert

RGB 239 112 20 -
CMYK 0 0.53 0.92 0.06
HSL 25.21º 0.87% 0.51% -
HSV(B) 25.21º 0.92% 0.94% -
XYZ 41.52 29.99 4.26 -
YUV 139.49 60.58 198.98 -
System Red Green Blue C M Y K H S L
Decimal 239 112 20 0 0.53 0.92 0.06 25.21 0.87 0.51
Hex EF 70 14 0 35 5C 6 19 57 33
Octal 357 160 24 0 65 134 6 31 127 63
Binary 11101111 1110000 10100 0 110101 1011100 110 11001 1010111 110011

Color Harmonies of #EF7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7014

Black with #EF7014

Text Example


Text Example

White with #EF7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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