Html Css Color HEX #EF7A1E Pumpkin

📋 copy color: '#EF7A1E'

red 239 ◦ green 122 ◦ blue 30

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

Shades of Pumpkin #EF7A1E

Tints of Pumpkin #EF7A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.2%

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 61.13%
G = 31.2%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF7A1E (or 0xEF7A1E) is known color: Pumpkin. HEX triplet: EF, 7A and 1E. RGB value is (239,122,30). Sum of RGB (Red+Green+Blue) = 239+122+30=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A1E is #1085E1. Grayscale: #929292. Windows color (decimal): -1082850 or 1997551. OLE color: 1997551.

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

Color convert

RGB 239 122 30 -
CMYK 0 0.49 0.87 0.06
HSL 26.41º 0.87% 0.53% -
HSV(B) 26.41º 0.87% 0.94% -
XYZ 42.79 32.36 5.22 -
YUV 146.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 239 122 30 0 0.49 0.87 0.06 26.41 0.87 0.53
Hex EF 7A 1E 0 31 57 6 1A 57 35
Octal 357 172 36 0 61 127 6 32 127 65
Binary 11101111 1111010 11110 0 110001 1010111 110 11010 1010111 110101

Color Harmonies of #EF7A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A1E

Black with #EF7A1E

Text Example


Text Example

White with #EF7A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A1E; }

 p { color: rgb(239,122,30); }

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

background-color css

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

 a { background-color: rgb(239,122,30); }

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

border-color css

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

 span { border-color: rgb(239,122,30); }

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