Html Css Color HEX #EF771B Pumpkin

📋 copy color: '#EF771B'

red 239 ◦ green 119 ◦ blue 27

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

Shades of Pumpkin #EF771B

Tints of Pumpkin #EF771B

RGB

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

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

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

R = 62.08%
G = 30.91%
B = 7.01%

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

#EF771B (or 0xEF771B) is known color: Pumpkin. HEX triplet: EF, 77 and 1B. RGB value is (239,119,27). Sum of RGB (Red+Green+Blue) = 239+119+27=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF771B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF771B is #1088E4. Grayscale: #909090. Windows color (decimal): -1083621 or 1800175. OLE color: 1800175.

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

Color convert

RGB 239 119 27 -
CMYK 0 0.50 0.89 0.06
HSL 26.04º 0.87% 0.52% -
HSV(B) 26.04º 0.89% 0.94% -
XYZ 42.39 31.62 4.91 -
YUV 144.39 61.76 195.48 -
System Red Green Blue C M Y K H S L
Decimal 239 119 27 0 0.50 0.89 0.06 26.04 0.87 0.52
Hex EF 77 1B 0 32 59 6 1A 57 34
Octal 357 167 33 0 62 131 6 32 127 64
Binary 11101111 1110111 11011 0 110010 1011001 110 11010 1010111 110100

Color Harmonies of #EF771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF771B

Black with #EF771B

Text Example


Text Example

White with #EF771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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