Html Css Color HEX #EF7420 Pumpkin

📋 copy color: '#EF7420'

red 239 ◦ green 116 ◦ blue 32

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

Shades of Pumpkin #EF7420

Tints of Pumpkin #EF7420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 61.76%
G = 29.97%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF7420 (or 0xEF7420) is known color: Pumpkin. HEX triplet: EF, 74 and 20. RGB value is (239,116,32). Sum of RGB (Red+Green+Blue) = 239+116+32=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7420 is #108BDF. Grayscale: #8F8F8F. Windows color (decimal): -1084384 or 2127087. OLE color: 2127087.

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

Color convert

RGB 239 116 32 -
CMYK 0 0.51 0.87 0.06
HSL 24.35º 0.87% 0.53% -
HSV(B) 24.35º 0.87% 0.94% -
XYZ 42.1 30.95 5.12 -
YUV 143.2 65.25 196.33 -
System Red Green Blue C M Y K H S L
Decimal 239 116 32 0 0.51 0.87 0.06 24.35 0.87 0.53
Hex EF 74 20 0 33 57 6 18 57 35
Octal 357 164 40 0 63 127 6 30 127 65
Binary 11101111 1110100 100000 0 110011 1010111 110 11000 1010111 110101

Color Harmonies of #EF7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7420

Black with #EF7420

Text Example


Text Example

White with #EF7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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