Html Css Color HEX #EF721A Pumpkin

📋 copy color: '#EF721A'

red 239 ◦ green 114 ◦ blue 26

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

Shades of Pumpkin #EF721A

Tints of Pumpkin #EF721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 63.06%
G = 30.08%
B = 6.86%

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

#EF721A (or 0xEF721A) is known color: Pumpkin. HEX triplet: EF, 72 and 1A. RGB value is (239,114,26). Sum of RGB (Red+Green+Blue) = 239+114+26=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF721A is #108DE5. Grayscale: #8D8D8D. Windows color (decimal): -1084902 or 1733359. OLE color: 1733359.

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

Color convert

RGB 239 114 26 -
CMYK 0 0.52 0.89 0.06
HSL 24.79º 0.87% 0.52% -
HSV(B) 24.79º 0.89% 0.94% -
XYZ 41.8 30.46 4.65 -
YUV 141.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 239 114 26 0 0.52 0.89 0.06 24.79 0.87 0.52
Hex EF 72 1A 0 34 59 6 19 57 34
Octal 357 162 32 0 64 131 6 31 127 64
Binary 11101111 1110010 11010 0 110100 1011001 110 11001 1010111 110100

Color Harmonies of #EF721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF721A

Black with #EF721A

Text Example


Text Example

White with #EF721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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