Html Css Color HEX #EF7E20 Pumpkin

📋 copy color: '#EF7E20'

red 239 ◦ green 126 ◦ blue 32

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

Shades of Pumpkin #EF7E20

Tints of Pumpkin #EF7E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.74%

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

R = 60.2%
G = 31.74%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF7E20 (or 0xEF7E20) is known color: Pumpkin. HEX triplet: EF, 7E and 20. RGB value is (239,126,32). Sum of RGB (Red+Green+Blue) = 239+126+32=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7E20 is #1081DF. Grayscale: #959595. Windows color (decimal): -1081824 or 2129647. OLE color: 2129647.

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

Color convert

RGB 239 126 32 -
CMYK 0 0.47 0.87 0.06
HSL 27.25º 0.87% 0.53% -
HSV(B) 27.25º 0.87% 0.94% -
XYZ 43.32 33.38 5.53 -
YUV 149.07 61.94 192.14 -
System Red Green Blue C M Y K H S L
Decimal 239 126 32 0 0.47 0.87 0.06 27.25 0.87 0.53
Hex EF 7E 20 0 2F 57 6 1B 57 35
Octal 357 176 40 0 57 127 6 33 127 65
Binary 11101111 1111110 100000 0 101111 1010111 110 11011 1010111 110101

Color Harmonies of #EF7E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7E20

Black with #EF7E20

Text Example


Text Example

White with #EF7E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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