Html Css Color HEX #EF7013 Pumpkin

📋 copy color: '#EF7013'

red 239 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #EF7013

Tints of Pumpkin #EF7013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.27%

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

R = 64.59%
G = 30.27%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7013 (or 0xEF7013) is known color: Pumpkin. HEX triplet: EF, 70 and 13. RGB value is (239,112,19). Sum of RGB (Red+Green+Blue) = 239+112+19=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7013 is #108FEC. Grayscale: #8B8B8B. Windows color (decimal): -1085421 or 1274095. OLE color: 1274095.

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

Color convert

RGB 239 112 19 -
CMYK 0 0.53 0.92 0.06
HSL 25.36º 0.87% 0.51% -
HSV(B) 25.36º 0.92% 0.94% -
XYZ 41.51 29.99 4.22 -
YUV 139.37 60.08 199.06 -
System Red Green Blue C M Y K H S L
Decimal 239 112 19 0 0.53 0.92 0.06 25.36 0.87 0.51
Hex EF 70 13 0 35 5C 6 19 57 33
Octal 357 160 23 0 65 134 6 31 127 63
Binary 11101111 1110000 10011 0 110101 1011100 110 11001 1010111 110011

Color Harmonies of #EF7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7013

Black with #EF7013

Text Example


Text Example

White with #EF7013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7013; }

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

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

background-color css

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

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

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

border-color css

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

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

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