Html Css Color HEX #EF7119 Pumpkin

📋 copy color: '#EF7119'

red 239 ◦ green 113 ◦ blue 25

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

Shades of Pumpkin #EF7119

Tints of Pumpkin #EF7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 63.4%
G = 29.97%
B = 6.63%

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

#EF7119 (or 0xEF7119) is known color: Pumpkin. HEX triplet: EF, 71 and 19. RGB value is (239,113,25). Sum of RGB (Red+Green+Blue) = 239+113+25=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7119 is #108EE6. Grayscale: #8D8D8D. Windows color (decimal): -1085159 or 1667567. OLE color: 1667567.

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

Color convert

RGB 239 113 25 -
CMYK 0 0.53 0.90 0.06
HSL 24.67º 0.87% 0.52% -
HSV(B) 24.67º 0.9% 0.94% -
XYZ 41.68 30.23 4.56 -
YUV 140.64 62.74 198.16 -
System Red Green Blue C M Y K H S L
Decimal 239 113 25 0 0.53 0.90 0.06 24.67 0.87 0.52
Hex EF 71 19 0 35 5A 6 19 57 34
Octal 357 161 31 0 65 132 6 31 127 64
Binary 11101111 1110001 11001 0 110101 1011010 110 11001 1010111 110100

Color Harmonies of #EF7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7119

Black with #EF7119

Text Example


Text Example

White with #EF7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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