Html Css Color HEX #EF7313 Pumpkin

📋 copy color: '#EF7313'

red 239 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #EF7313

Tints of Pumpkin #EF7313

RGB

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

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

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

R = 64.08%
G = 30.83%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7313 (or 0xEF7313) is known color: Pumpkin. HEX triplet: EF, 73 and 13. RGB value is (239,115,19). Sum of RGB (Red+Green+Blue) = 239+115+19=373 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.08% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7313 is #108CEC. Grayscale: #8D8D8D. Windows color (decimal): -1084653 or 1274863. OLE color: 1274863.

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

Color convert

RGB 239 115 19 -
CMYK 0 0.52 0.92 0.06
HSL 26.18º 0.87% 0.51% -
HSV(B) 26.18º 0.92% 0.94% -
XYZ 41.84 30.66 4.33 -
YUV 141.13 59.08 197.81 -
System Red Green Blue C M Y K H S L
Decimal 239 115 19 0 0.52 0.92 0.06 26.18 0.87 0.51
Hex EF 73 13 0 34 5C 6 1A 57 33
Octal 357 163 23 0 64 134 6 32 127 63
Binary 11101111 1110011 10011 0 110100 1011100 110 11010 1010111 110011

Color Harmonies of #EF7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7313

Black with #EF7313

Text Example


Text Example

White with #EF7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7313; }

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

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

background-color css

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

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

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

border-color css

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

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

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