Html Css Color HEX #EF6C1D Pumpkin

📋 copy color: '#EF6C1D'

red 239 ◦ green 108 ◦ blue 29

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

Shades of Pumpkin #EF6C1D

Tints of Pumpkin #EF6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.72%

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 63.56%
G = 28.72%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF6C1D (or 0xEF6C1D) is known color: Pumpkin. HEX triplet: EF, 6C and 1D. RGB value is (239,108,29). Sum of RGB (Red+Green+Blue) = 239+108+29=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6C1D is #1093E2. Grayscale: #8A8A8A. Windows color (decimal): -1086435 or 1928431. OLE color: 1928431.

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

Color convert

RGB 239 108 29 -
CMYK 0 0.55 0.88 0.06
HSL 22.57º 0.87% 0.53% -
HSV(B) 22.57º 0.88% 0.94% -
XYZ 41.18 29.16 4.62 -
YUV 138.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 239 108 29 0 0.55 0.88 0.06 22.57 0.87 0.53
Hex EF 6C 1D 0 37 58 6 17 57 35
Octal 357 154 35 0 67 130 6 27 127 65
Binary 11101111 1101100 11101 0 110111 1011000 110 10111 1010111 110101

Color Harmonies of #EF6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6C1D

Black with #EF6C1D

Text Example


Text Example

White with #EF6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6C1D; }

 p { color: rgb(239,108,29); }

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

background-color css

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

 a { background-color: rgb(239,108,29); }

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

border-color css

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

 span { border-color: rgb(239,108,29); }

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