Html Css Color HEX #EF6A19 Pumpkin

📋 copy color: '#EF6A19'

red 239 ◦ green 106 ◦ blue 25

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

Shades of Pumpkin #EF6A19

Tints of Pumpkin #EF6A19

RGB

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

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

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

R = 64.59%
G = 28.65%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF6A19 (or 0xEF6A19) is known color: Pumpkin. HEX triplet: EF, 6A and 19. RGB value is (239,106,25). Sum of RGB (Red+Green+Blue) = 239+106+25=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF6A19 is #1095E6. Grayscale: #888888. Windows color (decimal): -1086951 or 1665775. OLE color: 1665775.

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

Color convert

RGB 239 106 25 -
CMYK 0 0.56 0.90 0.06
HSL 22.71º 0.87% 0.52% -
HSV(B) 22.71º 0.9% 0.94% -
XYZ 40.93 28.73 4.31 -
YUV 136.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 239 106 25 0 0.56 0.90 0.06 22.71 0.87 0.52
Hex EF 6A 19 0 38 5A 6 17 57 34
Octal 357 152 31 0 70 132 6 27 127 64
Binary 11101111 1101010 11001 0 111000 1011010 110 10111 1010111 110100

Color Harmonies of #EF6A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A19

Black with #EF6A19

Text Example


Text Example

White with #EF6A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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