Html Css Color HEX #EF781A Pumpkin

📋 copy color: '#EF781A'

red 239 ◦ green 120 ◦ blue 26

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

Shades of Pumpkin #EF781A

Tints of Pumpkin #EF781A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.75%

R = 62.08%
G = 31.17%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF781A (or 0xEF781A) is known color: Pumpkin. HEX triplet: EF, 78 and 1A. RGB value is (239,120,26). Sum of RGB (Red+Green+Blue) = 239+120+26=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF781A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF781A is #1087E5. Grayscale: #919191. Windows color (decimal): -1083366 or 1734895. OLE color: 1734895.

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

Color convert

RGB 239 120 26 -
CMYK 0 0.50 0.89 0.06
HSL 26.48º 0.87% 0.52% -
HSV(B) 26.48º 0.89% 0.94% -
XYZ 42.5 31.86 4.89 -
YUV 144.87 60.92 195.14 -
System Red Green Blue C M Y K H S L
Decimal 239 120 26 0 0.50 0.89 0.06 26.48 0.87 0.52
Hex EF 78 1A 0 32 59 6 1A 57 34
Octal 357 170 32 0 62 131 6 32 127 64
Binary 11101111 1111000 11010 0 110010 1011001 110 11010 1010111 110100

Color Harmonies of #EF781A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF781A

Black with #EF781A

Text Example


Text Example

White with #EF781A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF781A; }

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

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

background-color css

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

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

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

border-color css

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

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

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