Html Css Color HEX #EF7117 Pumpkin

📋 copy color: '#EF7117'

red 239 ◦ green 113 ◦ blue 23

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

Shades of Pumpkin #EF7117

Tints of Pumpkin #EF7117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 63.73%
G = 30.13%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF7117 (or 0xEF7117) is known color: Pumpkin. HEX triplet: EF, 71 and 17. RGB value is (239,113,23). Sum of RGB (Red+Green+Blue) = 239+113+23=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7117 is #108EE8. Grayscale: #8C8C8C. Windows color (decimal): -1085161 or 1536495. OLE color: 1536495.

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

Color convert

RGB 239 113 23 -
CMYK 0 0.53 0.90 0.06
HSL 25º 0.87% 0.51% -
HSV(B) 25º 0.9% 0.94% -
XYZ 41.66 30.22 4.45 -
YUV 140.41 61.74 198.32 -
System Red Green Blue C M Y K H S L
Decimal 239 113 23 0 0.53 0.90 0.06 25 0.87 0.51
Hex EF 71 17 0 35 5A 6 19 57 33
Octal 357 161 27 0 65 132 6 31 127 63
Binary 11101111 1110001 10111 0 110101 1011010 110 11001 1010111 110011

Color Harmonies of #EF7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7117

Black with #EF7117

Text Example


Text Example

White with #EF7117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7117; }

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

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

background-color css

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

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

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

border-color css

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

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

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