Html Css Color HEX #EF7311 Pumpkin

📋 copy color: '#EF7311'

red 239 ◦ green 115 ◦ blue 17

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

Shades of Pumpkin #EF7311

Tints of Pumpkin #EF7311

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 64.42%
G = 31%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF7311 (or 0xEF7311) is known color: Pumpkin. HEX triplet: EF, 73 and 11. RGB value is (239,115,17). Sum of RGB (Red+Green+Blue) = 239+115+17=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7311 is #108CEE. Grayscale: #8D8D8D. Windows color (decimal): -1084655 or 1143791. OLE color: 1143791.

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

Color convert

RGB 239 115 17 -
CMYK 0 0.52 0.93 0.06
HSL 26.49º 0.87% 0.5% -
HSV(B) 26.49º 0.93% 0.94% -
XYZ 41.83 30.65 4.24 -
YUV 140.9 58.08 197.97 -
System Red Green Blue C M Y K H S L
Decimal 239 115 17 0 0.52 0.93 0.06 26.49 0.87 0.5
Hex EF 73 11 0 34 5D 6 1A 57 32
Octal 357 163 21 0 64 135 6 32 127 62
Binary 11101111 1110011 10001 0 110100 1011101 110 11010 1010111 110010

Color Harmonies of #EF7311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7311

Black with #EF7311

Text Example


Text Example

White with #EF7311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7311; }

 p { color: rgb(239,115,17); }

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

background-color css

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

 a { background-color: rgb(239,115,17); }

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

border-color css

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

 span { border-color: rgb(239,115,17); }

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