Html Css Color HEX #EF6A1E Pumpkin

📋 copy color: '#EF6A1E'

red 239 ◦ green 106 ◦ blue 30

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

Shades of Pumpkin #EF6A1E

Tints of Pumpkin #EF6A1E

RGB

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

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

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

R = 63.73%
G = 28.27%
B = 8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF6A1E (or 0xEF6A1E) is known color: Pumpkin. HEX triplet: EF, 6A and 1E. RGB value is (239,106,30). Sum of RGB (Red+Green+Blue) = 239+106+30=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A1E is #1095E1. Grayscale: #898989. Windows color (decimal): -1086946 or 1993455. OLE color: 1993455.

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

Color convert

RGB 239 106 30 -
CMYK 0 0.56 0.87 0.06
HSL 21.82º 0.87% 0.53% -
HSV(B) 21.82º 0.87% 0.94% -
XYZ 40.98 28.75 4.62 -
YUV 137.1 67.56 200.68 -
System Red Green Blue C M Y K H S L
Decimal 239 106 30 0 0.56 0.87 0.06 21.82 0.87 0.53
Hex EF 6A 1E 0 38 57 6 16 57 35
Octal 357 152 36 0 70 127 6 26 127 65
Binary 11101111 1101010 11110 0 111000 1010111 110 10110 1010111 110101

Color Harmonies of #EF6A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A1E

Black with #EF6A1E

Text Example


Text Example

White with #EF6A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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