Html Css Color HEX #EF7A19 Pumpkin

📋 copy color: '#EF7A19'

red 239 ◦ green 122 ◦ blue 25

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

Shades of Pumpkin #EF7A19

Tints of Pumpkin #EF7A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.48%

R = 61.92%
G = 31.61%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF7A19 (or 0xEF7A19) is known color: Pumpkin. HEX triplet: EF, 7A and 19. RGB value is (239,122,25). Sum of RGB (Red+Green+Blue) = 239+122+25=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7A19 is #1085E6. Grayscale: #929292. Windows color (decimal): -1082855 or 1669871. OLE color: 1669871.

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

Color convert

RGB 239 122 25 -
CMYK 0 0.49 0.90 0.06
HSL 27.2º 0.87% 0.52% -
HSV(B) 27.2º 0.9% 0.94% -
XYZ 42.73 32.34 4.91 -
YUV 145.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 239 122 25 0 0.49 0.90 0.06 27.2 0.87 0.52
Hex EF 7A 19 0 31 5A 6 1B 57 34
Octal 357 172 31 0 61 132 6 33 127 64
Binary 11101111 1111010 11001 0 110001 1011010 110 11011 1010111 110100

Color Harmonies of #EF7A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A19

Black with #EF7A19

Text Example


Text Example

White with #EF7A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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