Html Css Color HEX #EF781D Pumpkin

📋 copy color: '#EF781D'

red 239 ◦ green 120 ◦ blue 29

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

Shades of Pumpkin #EF781D

Tints of Pumpkin #EF781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

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

R = 61.6%
G = 30.93%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF781D (or 0xEF781D) is known color: Pumpkin. HEX triplet: EF, 78 and 1D. RGB value is (239,120,29). Sum of RGB (Red+Green+Blue) = 239+120+29=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF781D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF781D is #1087E2. Grayscale: #919191. Windows color (decimal): -1083363 or 1931503. OLE color: 1931503.

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

Color convert

RGB 239 120 29 -
CMYK 0 0.50 0.88 0.06
HSL 26º 0.87% 0.53% -
HSV(B) 26º 0.88% 0.94% -
XYZ 42.53 31.87 5.07 -
YUV 145.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 239 120 29 0 0.50 0.88 0.06 26 0.87 0.53
Hex EF 78 1D 0 32 58 6 1A 57 35
Octal 357 170 35 0 62 130 6 32 127 65
Binary 11101111 1111000 11101 0 110010 1011000 110 11010 1010111 110101

Color Harmonies of #EF781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF781D

Black with #EF781D

Text Example


Text Example

White with #EF781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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