Html Css Color HEX #EF681D Pumpkin

📋 copy color: '#EF681D'

red 239 ◦ green 104 ◦ blue 29

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

Shades of Pumpkin #EF681D

Tints of Pumpkin #EF681D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 64.25%
G = 27.96%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF681D (or 0xEF681D) is known color: Pumpkin. HEX triplet: EF, 68 and 1D. RGB value is (239,104,29). Sum of RGB (Red+Green+Blue) = 239+104+29=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF681D is #1097E2. Grayscale: #888888. Windows color (decimal): -1087459 or 1927407. OLE color: 1927407.

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

Color convert

RGB 239 104 29 -
CMYK 0 0.56 0.88 0.06
HSL 21.43º 0.87% 0.53% -
HSV(B) 21.43º 0.88% 0.94% -
XYZ 40.77 28.34 4.48 -
YUV 135.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 239 104 29 0 0.56 0.88 0.06 21.43 0.87 0.53
Hex EF 68 1D 0 38 58 6 15 57 35
Octal 357 150 35 0 70 130 6 25 127 65
Binary 11101111 1101000 11101 0 111000 1011000 110 10101 1010111 110101

Color Harmonies of #EF681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF681D

Black with #EF681D

Text Example


Text Example

White with #EF681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF681D; }

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

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

background-color css

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

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

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

border-color css

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

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

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