Html Css Color HEX #EF711B Pumpkin

📋 copy color: '#EF711B'

red 239 ◦ green 113 ◦ blue 27

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

Shades of Pumpkin #EF711B

Tints of Pumpkin #EF711B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.82%

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

R = 63.06%
G = 29.82%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF711B (or 0xEF711B) is known color: Pumpkin. HEX triplet: EF, 71 and 1B. RGB value is (239,113,27). Sum of RGB (Red+Green+Blue) = 239+113+27=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF711B is #108EE4. Grayscale: #8D8D8D. Windows color (decimal): -1085157 or 1798639. OLE color: 1798639.

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

Color convert

RGB 239 113 27 -
CMYK 0 0.53 0.89 0.06
HSL 24.34º 0.87% 0.52% -
HSV(B) 24.34º 0.89% 0.94% -
XYZ 41.7 30.24 4.68 -
YUV 140.87 63.74 197.99 -
System Red Green Blue C M Y K H S L
Decimal 239 113 27 0 0.53 0.89 0.06 24.34 0.87 0.52
Hex EF 71 1B 0 35 59 6 18 57 34
Octal 357 161 33 0 65 131 6 30 127 64
Binary 11101111 1110001 11011 0 110101 1011001 110 11000 1010111 110100

Color Harmonies of #EF711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF711B

Black with #EF711B

Text Example


Text Example

White with #EF711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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