Html Css Color HEX #EF7222 Pumpkin

📋 copy color: '#EF7222'

red 239 ◦ green 114 ◦ blue 34

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

Shades of Pumpkin #EF7222

Tints of Pumpkin #EF7222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 61.76%
G = 29.46%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF7222 (or 0xEF7222) is known color: Pumpkin. HEX triplet: EF, 72 and 22. RGB value is (239,114,34). Sum of RGB (Red+Green+Blue) = 239+114+34=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7222 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7222 is #108DDD. Grayscale: #8E8E8E. Windows color (decimal): -1084894 or 2257647. OLE color: 2257647.

HSL color Cylindrical-coordinate representation of color #EF7222: hue angle of 23.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF7222 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 34 -
CMYK 0 0.52 0.86 0.06
HSL 23.41º 0.86% 0.54% -
HSV(B) 23.41º 0.86% 0.94% -
XYZ 41.9 30.5 5.19 -
YUV 142.26 66.91 197 -
System Red Green Blue C M Y K H S L
Decimal 239 114 34 0 0.52 0.86 0.06 23.41 0.86 0.54
Hex EF 72 22 0 34 56 6 17 56 36
Octal 357 162 42 0 64 126 6 27 126 66
Binary 11101111 1110010 100010 0 110100 1010110 110 10111 1010110 110110

Color Harmonies of #EF7222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7222

Black with #EF7222

Text Example


Text Example

White with #EF7222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7222; }

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

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

background-color css

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

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

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

border-color css

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

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

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