Html Css Color HEX #EF6A16 Pumpkin

📋 copy color: '#EF6A16'

red 239 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #EF6A16

Tints of Pumpkin #EF6A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.88%

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

R = 65.12%
G = 28.88%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF6A16 (or 0xEF6A16) is known color: Pumpkin. HEX triplet: EF, 6A and 16. RGB value is (239,106,22). Sum of RGB (Red+Green+Blue) = 239+106+22=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A16 is #1095E9. Grayscale: #888888. Windows color (decimal): -1086954 or 1469167. OLE color: 1469167.

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

Color convert

RGB 239 106 22 -
CMYK 0 0.56 0.91 0.06
HSL 23.23º 0.87% 0.51% -
HSV(B) 23.23º 0.91% 0.94% -
XYZ 40.9 28.72 4.15 -
YUV 136.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 239 106 22 0 0.56 0.91 0.06 23.23 0.87 0.51
Hex EF 6A 16 0 38 5B 6 17 57 33
Octal 357 152 26 0 70 133 6 27 127 63
Binary 11101111 1101010 10110 0 111000 1011011 110 10111 1010111 110011

Color Harmonies of #EF6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A16

Black with #EF6A16

Text Example


Text Example

White with #EF6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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