Html Css Color HEX #EF6A22 Pumpkin

📋 copy color: '#EF6A22'

red 239 ◦ green 106 ◦ blue 34

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

Shades of Pumpkin #EF6A22

Tints of Pumpkin #EF6A22

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 63.06%
G = 27.97%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#EF6A22 (or 0xEF6A22) is known color: Pumpkin. HEX triplet: EF, 6A and 22. RGB value is (239,106,34). Sum of RGB (Red+Green+Blue) = 239+106+34=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A22 is #1095DD. Grayscale: #898989. Windows color (decimal): -1086942 or 2255599. OLE color: 2255599.

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

Color convert

RGB 239 106 34 -
CMYK 0 0.56 0.86 0.06
HSL 21.07º 0.86% 0.54% -
HSV(B) 21.07º 0.86% 0.94% -
XYZ 41.04 28.77 4.9 -
YUV 137.56 69.56 200.35 -
System Red Green Blue C M Y K H S L
Decimal 239 106 34 0 0.56 0.86 0.06 21.07 0.86 0.54
Hex EF 6A 22 0 38 56 6 15 56 36
Octal 357 152 42 0 70 126 6 25 126 66
Binary 11101111 1101010 100010 0 111000 1010110 110 10101 1010110 110110

Color Harmonies of #EF6A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A22

Black with #EF6A22

Text Example


Text Example

White with #EF6A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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