Html Css Color HEX #EF7921 Pumpkin

📋 copy color: '#EF7921'

red 239 ◦ green 121 ◦ blue 33

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

Shades of Pumpkin #EF7921

Tints of Pumpkin #EF7921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.79%

 BLUE value IS 33 (13.28% from 255) = 8.4%

R = 60.81%
G = 30.79%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF7921 (or 0xEF7921) is known color: Pumpkin. HEX triplet: EF, 79 and 21. RGB value is (239,121,33). Sum of RGB (Red+Green+Blue) = 239+121+33=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 33 (13.28% from 255 or 8.40% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7921 is #1086DE. Grayscale: #929292. Windows color (decimal): -1083103 or 2193903. OLE color: 2193903.

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

Color convert

RGB 239 121 33 -
CMYK 0 0.49 0.86 0.06
HSL 25.63º 0.87% 0.53% -
HSV(B) 25.63º 0.86% 0.94% -
XYZ 42.71 32.14 5.39 -
YUV 146.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 239 121 33 0 0.49 0.86 0.06 25.63 0.87 0.53
Hex EF 79 21 0 31 56 6 1A 57 35
Octal 357 171 41 0 61 126 6 32 127 65
Binary 11101111 1111001 100001 0 110001 1010110 110 11010 1010111 110101

Color Harmonies of #EF7921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7921

Black with #EF7921

Text Example


Text Example

White with #EF7921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7921; }

 p { color: rgb(239,121,33); }

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

background-color css

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

 a { background-color: rgb(239,121,33); }

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

border-color css

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

 span { border-color: rgb(239,121,33); }

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