Html Css Color HEX #EF6D16 Pumpkin

📋 copy color: '#EF6D16'

red 239 ◦ green 109 ◦ blue 22

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

Shades of Pumpkin #EF6D16

Tints of Pumpkin #EF6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

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

R = 64.59%
G = 29.46%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6D16 (or 0xEF6D16) is known color: Pumpkin. HEX triplet: EF, 6D and 16. RGB value is (239,109,22). Sum of RGB (Red+Green+Blue) = 239+109+22=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6D16 is #1092E9. Grayscale: #8A8A8A. Windows color (decimal): -1086186 or 1469935. OLE color: 1469935.

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

Color convert

RGB 239 109 22 -
CMYK 0 0.54 0.91 0.06
HSL 24.06º 0.87% 0.51% -
HSV(B) 24.06º 0.91% 0.94% -
XYZ 41.21 29.35 4.25 -
YUV 137.95 62.57 200.07 -
System Red Green Blue C M Y K H S L
Decimal 239 109 22 0 0.54 0.91 0.06 24.06 0.87 0.51
Hex EF 6D 16 0 36 5B 6 18 57 33
Octal 357 155 26 0 66 133 6 30 127 63
Binary 11101111 1101101 10110 0 110110 1011011 110 11000 1010111 110011

Color Harmonies of #EF6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6D16

Black with #EF6D16

Text Example


Text Example

White with #EF6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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