Html Css Color HEX #EF721B Pumpkin

📋 copy color: '#EF721B'

red 239 ◦ green 114 ◦ blue 27

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

Shades of Pumpkin #EF721B

Tints of Pumpkin #EF721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30%

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

R = 62.89%
G = 30%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF721B (or 0xEF721B) is known color: Pumpkin. HEX triplet: EF, 72 and 1B. RGB value is (239,114,27). Sum of RGB (Red+Green+Blue) = 239+114+27=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF721B is #108DE4. Grayscale: #8D8D8D. Windows color (decimal): -1084901 or 1798895. OLE color: 1798895.

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

Color convert

RGB 239 114 27 -
CMYK 0 0.52 0.89 0.06
HSL 24.62º 0.87% 0.52% -
HSV(B) 24.62º 0.89% 0.94% -
XYZ 41.81 30.46 4.71 -
YUV 141.46 63.41 197.57 -
System Red Green Blue C M Y K H S L
Decimal 239 114 27 0 0.52 0.89 0.06 24.62 0.87 0.52
Hex EF 72 1B 0 34 59 6 19 57 34
Octal 357 162 33 0 64 131 6 31 127 64
Binary 11101111 1110010 11011 0 110100 1011001 110 11001 1010111 110100

Color Harmonies of #EF721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF721B

Black with #EF721B

Text Example


Text Example

White with #EF721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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