Html Css Color HEX #EF771C Pumpkin

📋 copy color: '#EF771C'

red 239 ◦ green 119 ◦ blue 28

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

Shades of Pumpkin #EF771C

Tints of Pumpkin #EF771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 28 (11.33% from 255) = 7.25%

R = 61.92%
G = 30.83%
B = 7.25%

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

#EF771C (or 0xEF771C) is known color: Pumpkin. HEX triplet: EF, 77 and 1C. RGB value is (239,119,28). Sum of RGB (Red+Green+Blue) = 239+119+28=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF771C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF771C is #1088E3. Grayscale: #909090. Windows color (decimal): -1083620 or 1865711. OLE color: 1865711.

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

Color convert

RGB 239 119 28 -
CMYK 0 0.50 0.88 0.06
HSL 25.88º 0.87% 0.52% -
HSV(B) 25.88º 0.88% 0.94% -
XYZ 42.4 31.63 4.97 -
YUV 144.51 62.26 195.4 -
System Red Green Blue C M Y K H S L
Decimal 239 119 28 0 0.50 0.88 0.06 25.88 0.87 0.52
Hex EF 77 1C 0 32 58 6 1A 57 34
Octal 357 167 34 0 62 130 6 32 127 64
Binary 11101111 1110111 11100 0 110010 1011000 110 11010 1010111 110100

Color Harmonies of #EF771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF771C

Black with #EF771C

Text Example


Text Example

White with #EF771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF771C; }

 p { color: rgb(239,119,28); }

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

background-color css

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

 a { background-color: rgb(239,119,28); }

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

border-color css

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

 span { border-color: rgb(239,119,28); }

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