Html Css Color HEX #EF7422 Pumpkin

📋 copy color: '#EF7422'

red 239 ◦ green 116 ◦ blue 34

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

Shades of Pumpkin #EF7422

Tints of Pumpkin #EF7422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.82%

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

R = 61.44%
G = 29.82%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF7422 (or 0xEF7422) is known color: Pumpkin. HEX triplet: EF, 74 and 22. RGB value is (239,116,34). Sum of RGB (Red+Green+Blue) = 239+116+34=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 34 (13.67% from 255 or 8.74% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7422 is #108BDD. Grayscale: #8F8F8F. Windows color (decimal): -1084382 or 2258159. OLE color: 2258159.

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

Color convert

RGB 239 116 34 -
CMYK 0 0.51 0.86 0.06
HSL 24º 0.86% 0.54% -
HSV(B) 24º 0.86% 0.94% -
XYZ 42.13 30.96 5.27 -
YUV 143.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 239 116 34 0 0.51 0.86 0.06 24 0.86 0.54
Hex EF 74 22 0 33 56 6 18 56 36
Octal 357 164 42 0 63 126 6 30 126 66
Binary 11101111 1110100 100010 0 110011 1010110 110 11000 1010110 110110

Color Harmonies of #EF7422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7422

Black with #EF7422

Text Example


Text Example

White with #EF7422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7422; }

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

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

background-color css

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

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

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

border-color css

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

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

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