Html Css Color HEX #EF721D Pumpkin

📋 copy color: '#EF721D'

red 239 ◦ green 114 ◦ blue 29

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

Shades of Pumpkin #EF721D

Tints of Pumpkin #EF721D

RGB

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

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

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

R = 62.57%
G = 29.84%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF721D (or 0xEF721D) is known color: Pumpkin. HEX triplet: EF, 72 and 1D. RGB value is (239,114,29). Sum of RGB (Red+Green+Blue) = 239+114+29=382 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.57% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 239 - color contains mainly: red. Hex color #EF721D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF721D is #108DE2. Grayscale: #8E8E8E. Windows color (decimal): -1084899 or 1929967. OLE color: 1929967.

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

Color convert

RGB 239 114 29 -
CMYK 0 0.52 0.88 0.06
HSL 24.29º 0.87% 0.53% -
HSV(B) 24.29º 0.88% 0.94% -
XYZ 41.84 30.47 4.84 -
YUV 141.69 64.41 197.41 -
System Red Green Blue C M Y K H S L
Decimal 239 114 29 0 0.52 0.88 0.06 24.29 0.87 0.53
Hex EF 72 1D 0 34 58 6 18 57 35
Octal 357 162 35 0 64 130 6 30 127 65
Binary 11101111 1110010 11101 0 110100 1011000 110 11000 1010111 110101

Color Harmonies of #EF721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF721D

Black with #EF721D

Text Example


Text Example

White with #EF721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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