Html Css Color HEX #EF7320 Pumpkin

📋 copy color: '#EF7320'

red 239 ◦ green 115 ◦ blue 32

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

Shades of Pumpkin #EF7320

Tints of Pumpkin #EF7320

RGB

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

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

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

R = 61.92%
G = 29.79%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF7320 (or 0xEF7320) is known color: Pumpkin. HEX triplet: EF, 73 and 20. RGB value is (239,115,32). Sum of RGB (Red+Green+Blue) = 239+115+32=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7320 is #108CDF. Grayscale: #8F8F8F. Windows color (decimal): -1084640 or 2126831. OLE color: 2126831.

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

Color convert

RGB 239 115 32 -
CMYK 0 0.52 0.87 0.06
HSL 24.06º 0.87% 0.53% -
HSV(B) 24.06º 0.87% 0.94% -
XYZ 41.99 30.72 5.08 -
YUV 142.61 65.58 196.75 -
System Red Green Blue C M Y K H S L
Decimal 239 115 32 0 0.52 0.87 0.06 24.06 0.87 0.53
Hex EF 73 20 0 34 57 6 18 57 35
Octal 357 163 40 0 64 127 6 30 127 65
Binary 11101111 1110011 100000 0 110100 1010111 110 11000 1010111 110101

Color Harmonies of #EF7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7320

Black with #EF7320

Text Example


Text Example

White with #EF7320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7320; }

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

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

background-color css

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

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

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

border-color css

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

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

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