Html Css Color HEX #EF771F Pumpkin

📋 copy color: '#EF771F'

red 239 ◦ green 119 ◦ blue 31

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

Shades of Pumpkin #EF771F

Tints of Pumpkin #EF771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.97%

R = 61.44%
G = 30.59%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF771F (or 0xEF771F) is known color: Pumpkin. HEX triplet: EF, 77 and 1F. RGB value is (239,119,31). Sum of RGB (Red+Green+Blue) = 239+119+31=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF771F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF771F is #1088E0. Grayscale: #919191. Windows color (decimal): -1083617 or 2062319. OLE color: 2062319.

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

Color convert

RGB 239 119 31 -
CMYK 0 0.50 0.87 0.06
HSL 25.38º 0.87% 0.53% -
HSV(B) 25.38º 0.87% 0.94% -
XYZ 42.44 31.64 5.17 -
YUV 144.85 63.76 195.16 -
System Red Green Blue C M Y K H S L
Decimal 239 119 31 0 0.50 0.87 0.06 25.38 0.87 0.53
Hex EF 77 1F 0 32 57 6 19 57 35
Octal 357 167 37 0 62 127 6 31 127 65
Binary 11101111 1110111 11111 0 110010 1010111 110 11001 1010111 110101

Color Harmonies of #EF771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF771F

Black with #EF771F

Text Example


Text Example

White with #EF771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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