Html Css Color HEX #EF6416 Pumpkin

📋 copy color: '#EF6416'

red 239 ◦ green 100 ◦ blue 22

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

Shades of Pumpkin #EF6416

Tints of Pumpkin #EF6416

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.7%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 66.2%
G = 27.7%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6416 (or 0xEF6416) is known color: Pumpkin. HEX triplet: EF, 64 and 16. RGB value is (239,100,22). Sum of RGB (Red+Green+Blue) = 239+100+22=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6416 is #109BE9. Grayscale: #858585. Windows color (decimal): -1088490 or 1467631. OLE color: 1467631.

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

Color convert

RGB 239 100 22 -
CMYK 0 0.58 0.91 0.06
HSL 21.57º 0.87% 0.51% -
HSV(B) 21.57º 0.91% 0.94% -
XYZ 40.3 27.52 3.95 -
YUV 132.67 65.55 203.84 -
System Red Green Blue C M Y K H S L
Decimal 239 100 22 0 0.58 0.91 0.06 21.57 0.87 0.51
Hex EF 64 16 0 3A 5B 6 16 57 33
Octal 357 144 26 0 72 133 6 26 127 63
Binary 11101111 1100100 10110 0 111010 1011011 110 10110 1010111 110011

Color Harmonies of #EF6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6416

Black with #EF6416

Text Example


Text Example

White with #EF6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6416; }

 p { color: rgb(239,100,22); }

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

background-color css

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

 a { background-color: rgb(239,100,22); }

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

border-color css

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

 span { border-color: rgb(239,100,22); }

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