Html Css Color HEX #EF6520 Pumpkin

📋 copy color: '#EF6520'

red 239 ◦ green 101 ◦ blue 32

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

Shades of Pumpkin #EF6520

Tints of Pumpkin #EF6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 64.25%
G = 27.15%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF6520 (or 0xEF6520) is known color: Pumpkin. HEX triplet: EF, 65 and 20. RGB value is (239,101,32). Sum of RGB (Red+Green+Blue) = 239+101+32=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6520 is #109ADF. Grayscale: #868686. Windows color (decimal): -1088224 or 2123247. OLE color: 2123247.

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

Color convert

RGB 239 101 32 -
CMYK 0 0.58 0.87 0.06
HSL 20º 0.87% 0.53% -
HSV(B) 20º 0.87% 0.94% -
XYZ 40.51 27.76 4.59 -
YUV 134.4 70.22 202.61 -
System Red Green Blue C M Y K H S L
Decimal 239 101 32 0 0.58 0.87 0.06 20 0.87 0.53
Hex EF 65 20 0 3A 57 6 14 57 35
Octal 357 145 40 0 72 127 6 24 127 65
Binary 11101111 1100101 100000 0 111010 1010111 110 10100 1010111 110101

Color Harmonies of #EF6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6520

Black with #EF6520

Text Example


Text Example

White with #EF6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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