Html Css Color HEX #EF7514 Pumpkin

📋 copy color: '#EF7514'

red 239 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #EF7514

Tints of Pumpkin #EF7514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

 BLUE value IS 20 (8.2% from 255) = 5.32%

R = 63.56%
G = 31.12%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF7514 (or 0xEF7514) is known color: Pumpkin. HEX triplet: EF, 75 and 14. RGB value is (239,117,20). Sum of RGB (Red+Green+Blue) = 239+117+20=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7514 is #108AEB. Grayscale: #8E8E8E. Windows color (decimal): -1084140 or 1340911. OLE color: 1340911.

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

Color convert

RGB 239 117 20 -
CMYK 0 0.51 0.92 0.06
HSL 26.58º 0.87% 0.51% -
HSV(B) 26.58º 0.92% 0.94% -
XYZ 42.08 31.12 4.45 -
YUV 142.42 58.92 196.89 -
System Red Green Blue C M Y K H S L
Decimal 239 117 20 0 0.51 0.92 0.06 26.58 0.87 0.51
Hex EF 75 14 0 33 5C 6 1B 57 33
Octal 357 165 24 0 63 134 6 33 127 63
Binary 11101111 1110101 10100 0 110011 1011100 110 11011 1010111 110011

Color Harmonies of #EF7514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7514

Black with #EF7514

Text Example


Text Example

White with #EF7514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7514; }

 p { color: rgb(239,117,20); }

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

background-color css

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

 a { background-color: rgb(239,117,20); }

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

border-color css

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

 span { border-color: rgb(239,117,20); }

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