Html Css Color HEX #EF7911 Pumpkin

📋 copy color: '#EF7911'

red 239 ◦ green 121 ◦ blue 17

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

Shades of Pumpkin #EF7911

Tints of Pumpkin #EF7911

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.1%

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

R = 63.4%
G = 32.1%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF7911 (or 0xEF7911) is known color: Pumpkin. HEX triplet: EF, 79 and 11. RGB value is (239,121,17). Sum of RGB (Red+Green+Blue) = 239+121+17=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7911 is #1086EE. Grayscale: #909090. Windows color (decimal): -1083119 or 1145327. OLE color: 1145327.

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

Color convert

RGB 239 121 17 -
CMYK 0 0.49 0.93 0.06
HSL 28.11º 0.87% 0.5% -
HSV(B) 28.11º 0.93% 0.94% -
XYZ 42.54 32.07 4.48 -
YUV 144.43 56.09 195.46 -
System Red Green Blue C M Y K H S L
Decimal 239 121 17 0 0.49 0.93 0.06 28.11 0.87 0.5
Hex EF 79 11 0 31 5D 6 1C 57 32
Octal 357 171 21 0 61 135 6 34 127 62
Binary 11101111 1111001 10001 0 110001 1011101 110 11100 1010111 110010

Color Harmonies of #EF7911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7911

Black with #EF7911

Text Example


Text Example

White with #EF7911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7911; }

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

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

background-color css

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

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

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

border-color css

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

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

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