Html Css Color HEX #EF7913 Pumpkin

📋 copy color: '#EF7913'

red 239 ◦ green 121 ◦ blue 19

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

Shades of Pumpkin #EF7913

Tints of Pumpkin #EF7913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 63.06%
G = 31.93%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7913 (or 0xEF7913) is known color: Pumpkin. HEX triplet: EF, 79 and 13. RGB value is (239,121,19). Sum of RGB (Red+Green+Blue) = 239+121+19=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7913 is #1086EC. Grayscale: #919191. Windows color (decimal): -1083117 or 1276399. OLE color: 1276399.

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

Color convert

RGB 239 121 19 -
CMYK 0 0.49 0.92 0.06
HSL 27.82º 0.87% 0.51% -
HSV(B) 27.82º 0.92% 0.94% -
XYZ 42.55 32.07 4.56 -
YUV 144.65 57.09 195.29 -
System Red Green Blue C M Y K H S L
Decimal 239 121 19 0 0.49 0.92 0.06 27.82 0.87 0.51
Hex EF 79 13 0 31 5C 6 1C 57 33
Octal 357 171 23 0 61 134 6 34 127 63
Binary 11101111 1111001 10011 0 110001 1011100 110 11100 1010111 110011

Color Harmonies of #EF7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7913

Black with #EF7913

Text Example


Text Example

White with #EF7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7913; }

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

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

background-color css

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

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

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

border-color css

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

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

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