Html Css Color HEX #EF701B Pumpkin

📋 copy color: '#EF701B'

red 239 ◦ green 112 ◦ blue 27

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

Shades of Pumpkin #EF701B

Tints of Pumpkin #EF701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

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

R = 63.23%
G = 29.63%
B = 7.14%

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

#EF701B (or 0xEF701B) is known color: Pumpkin. HEX triplet: EF, 70 and 1B. RGB value is (239,112,27). Sum of RGB (Red+Green+Blue) = 239+112+27=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF701B is #108FE4. Grayscale: #8C8C8C. Windows color (decimal): -1085413 or 1798383. OLE color: 1798383.

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

Color convert

RGB 239 112 27 -
CMYK 0 0.53 0.89 0.06
HSL 24.06º 0.87% 0.52% -
HSV(B) 24.06º 0.89% 0.94% -
XYZ 41.59 30.02 4.64 -
YUV 140.28 64.08 198.41 -
System Red Green Blue C M Y K H S L
Decimal 239 112 27 0 0.53 0.89 0.06 24.06 0.87 0.52
Hex EF 70 1B 0 35 59 6 18 57 34
Octal 357 160 33 0 65 131 6 30 127 64
Binary 11101111 1110000 11011 0 110101 1011001 110 11000 1010111 110100

Color Harmonies of #EF701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF701B

Black with #EF701B

Text Example


Text Example

White with #EF701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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