Html Css Color HEX #EF7112 Pumpkin

📋 copy color: '#EF7112'

red 239 ◦ green 113 ◦ blue 18

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

Shades of Pumpkin #EF7112

Tints of Pumpkin #EF7112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 64.59%
G = 30.54%
B = 4.86%

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

#EF7112 (or 0xEF7112) is known color: Pumpkin. HEX triplet: EF, 71 and 12. RGB value is (239,113,18). Sum of RGB (Red+Green+Blue) = 239+113+18=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7112 is #108EED. Grayscale: #8C8C8C. Windows color (decimal): -1085166 or 1208815. OLE color: 1208815.

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

Color convert

RGB 239 113 18 -
CMYK 0 0.53 0.92 0.06
HSL 25.79º 0.87% 0.5% -
HSV(B) 25.79º 0.92% 0.94% -
XYZ 41.61 30.2 4.21 -
YUV 139.84 59.24 198.72 -
System Red Green Blue C M Y K H S L
Decimal 239 113 18 0 0.53 0.92 0.06 25.79 0.87 0.5
Hex EF 71 12 0 35 5C 6 1A 57 32
Octal 357 161 22 0 65 134 6 32 127 62
Binary 11101111 1110001 10010 0 110101 1011100 110 11010 1010111 110010

Color Harmonies of #EF7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7112

Black with #EF7112

Text Example


Text Example

White with #EF7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7112; }

 p { color: rgb(239,113,18); }

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

background-color css

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

 a { background-color: rgb(239,113,18); }

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

border-color css

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

 span { border-color: rgb(239,113,18); }

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