Html Css Color HEX #EF6614 Pumpkin

📋 copy color: '#EF6614'

red 239 ◦ green 102 ◦ blue 20

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

Shades of Pumpkin #EF6614

Tints of Pumpkin #EF6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 66.2%
G = 28.25%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF6614 (or 0xEF6614) is known color: Pumpkin. HEX triplet: EF, 66 and 14. RGB value is (239,102,20). Sum of RGB (Red+Green+Blue) = 239+102+20=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6614 is #1099EB. Grayscale: #868686. Windows color (decimal): -1087980 or 1337071. OLE color: 1337071.

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

Color convert

RGB 239 102 20 -
CMYK 0 0.57 0.92 0.06
HSL 22.47º 0.87% 0.51% -
HSV(B) 22.47º 0.92% 0.94% -
XYZ 40.47 27.9 3.91 -
YUV 133.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 239 102 20 0 0.57 0.92 0.06 22.47 0.87 0.51
Hex EF 66 14 0 39 5C 6 16 57 33
Octal 357 146 24 0 71 134 6 26 127 63
Binary 11101111 1100110 10100 0 111001 1011100 110 10110 1010111 110011

Color Harmonies of #EF6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6614

Black with #EF6614

Text Example


Text Example

White with #EF6614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6614; }

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

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

background-color css

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

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

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

border-color css

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

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

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