Html Css Color HEX #EF6A14 Pumpkin

📋 copy color: '#EF6A14'

red 239 ◦ green 106 ◦ blue 20

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

Shades of Pumpkin #EF6A14

Tints of Pumpkin #EF6A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 65.48%
G = 29.04%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6A14 (or 0xEF6A14) is known color: Pumpkin. HEX triplet: EF, 6A and 14. RGB value is (239,106,20). Sum of RGB (Red+Green+Blue) = 239+106+20=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A14 is #1095EB. Grayscale: #888888. Windows color (decimal): -1086956 or 1338095. OLE color: 1338095.

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

Color convert

RGB 239 106 20 -
CMYK 0 0.56 0.92 0.06
HSL 23.56º 0.87% 0.51% -
HSV(B) 23.56º 0.92% 0.94% -
XYZ 40.88 28.71 4.05 -
YUV 135.96 62.56 201.49 -
System Red Green Blue C M Y K H S L
Decimal 239 106 20 0 0.56 0.92 0.06 23.56 0.87 0.51
Hex EF 6A 14 0 38 5C 6 18 57 33
Octal 357 152 24 0 70 134 6 30 127 63
Binary 11101111 1101010 10100 0 111000 1011100 110 11000 1010111 110011

Color Harmonies of #EF6A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A14

Black with #EF6A14

Text Example


Text Example

White with #EF6A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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