Html Css Color HEX #EF6820 Pumpkin

📋 copy color: '#EF6820'

red 239 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #EF6820

Tints of Pumpkin #EF6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 63.73%
G = 27.73%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF6820 (or 0xEF6820) is known color: Pumpkin. HEX triplet: EF, 68 and 20. RGB value is (239,104,32). Sum of RGB (Red+Green+Blue) = 239+104+32=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6820 is #1097DF. Grayscale: #888888. Windows color (decimal): -1087456 or 2124015. OLE color: 2124015.

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

Color convert

RGB 239 104 32 -
CMYK 0 0.56 0.87 0.06
HSL 20.87º 0.87% 0.53% -
HSV(B) 20.87º 0.87% 0.94% -
XYZ 40.81 28.36 4.69 -
YUV 136.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 239 104 32 0 0.56 0.87 0.06 20.87 0.87 0.53
Hex EF 68 20 0 38 57 6 15 57 35
Octal 357 150 40 0 70 127 6 25 127 65
Binary 11101111 1101000 100000 0 111000 1010111 110 10101 1010111 110101

Color Harmonies of #EF6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6820

Black with #EF6820

Text Example


Text Example

White with #EF6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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