Html Css Color HEX #EF771D Pumpkin

📋 copy color: '#EF771D'

red 239 ◦ green 119 ◦ blue 29

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

Shades of Pumpkin #EF771D

Tints of Pumpkin #EF771D

RGB

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

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

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

R = 61.76%
G = 30.75%
B = 7.49%

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

#EF771D (or 0xEF771D) is known color: Pumpkin. HEX triplet: EF, 77 and 1D. RGB value is (239,119,29). Sum of RGB (Red+Green+Blue) = 239+119+29=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF771D is #1088E2. Grayscale: #919191. Windows color (decimal): -1083619 or 1931247. OLE color: 1931247.

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

Color convert

RGB 239 119 29 -
CMYK 0 0.50 0.88 0.06
HSL 25.71º 0.87% 0.53% -
HSV(B) 25.71º 0.88% 0.94% -
XYZ 42.42 31.63 5.03 -
YUV 144.62 62.76 195.32 -
System Red Green Blue C M Y K H S L
Decimal 239 119 29 0 0.50 0.88 0.06 25.71 0.87 0.53
Hex EF 77 1D 0 32 58 6 1A 57 35
Octal 357 167 35 0 62 130 6 32 127 65
Binary 11101111 1110111 11101 0 110010 1011000 110 11010 1010111 110101

Color Harmonies of #EF771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF771D

Black with #EF771D

Text Example


Text Example

White with #EF771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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