Html Css Color HEX #EF781B Pumpkin

📋 copy color: '#EF781B'

red 239 ◦ green 120 ◦ blue 27

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

Shades of Pumpkin #EF781B

Tints of Pumpkin #EF781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 61.92%
G = 31.09%
B = 6.99%

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

#EF781B (or 0xEF781B) is known color: Pumpkin. HEX triplet: EF, 78 and 1B. RGB value is (239,120,27). Sum of RGB (Red+Green+Blue) = 239+120+27=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF781B is #1087E4. Grayscale: #919191. Windows color (decimal): -1083365 or 1800431. OLE color: 1800431.

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

Color convert

RGB 239 120 27 -
CMYK 0 0.50 0.89 0.06
HSL 26.32º 0.87% 0.52% -
HSV(B) 26.32º 0.89% 0.94% -
XYZ 42.51 31.86 4.95 -
YUV 144.98 61.42 195.06 -
System Red Green Blue C M Y K H S L
Decimal 239 120 27 0 0.50 0.89 0.06 26.32 0.87 0.52
Hex EF 78 1B 0 32 59 6 1A 57 34
Octal 357 170 33 0 62 131 6 32 127 64
Binary 11101111 1111000 11011 0 110010 1011001 110 11010 1010111 110100

Color Harmonies of #EF781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF781B

Black with #EF781B

Text Example


Text Example

White with #EF781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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