Html Css Color HEX #EF7413 Pumpkin

📋 copy color: '#EF7413'

red 239 ◦ green 116 ◦ blue 19

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

Shades of Pumpkin #EF7413

Tints of Pumpkin #EF7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

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

R = 63.9%
G = 31.02%
B = 5.08%

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

#EF7413 (or 0xEF7413) is known color: Pumpkin. HEX triplet: EF, 74 and 13. RGB value is (239,116,19). Sum of RGB (Red+Green+Blue) = 239+116+19=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7413 is #108BEC. Grayscale: #8E8E8E. Windows color (decimal): -1084397 or 1275119. OLE color: 1275119.

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

Color convert

RGB 239 116 19 -
CMYK 0 0.51 0.92 0.06
HSL 26.45º 0.87% 0.51% -
HSV(B) 26.45º 0.92% 0.94% -
XYZ 41.96 30.89 4.37 -
YUV 141.72 58.75 197.39 -
System Red Green Blue C M Y K H S L
Decimal 239 116 19 0 0.51 0.92 0.06 26.45 0.87 0.51
Hex EF 74 13 0 33 5C 6 1A 57 33
Octal 357 164 23 0 63 134 6 32 127 63
Binary 11101111 1110100 10011 0 110011 1011100 110 11010 1010111 110011

Color Harmonies of #EF7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7413

Black with #EF7413

Text Example


Text Example

White with #EF7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7413; }

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

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

background-color css

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

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

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

border-color css

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

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

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