Html Css Color HEX #EF601A Pumpkin

📋 copy color: '#EF601A'

red 239 ◦ green 96 ◦ blue 26

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

Shades of Pumpkin #EF601A

Tints of Pumpkin #EF601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 66.2%
G = 26.59%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF601A (or 0xEF601A) is known color: Pumpkin. HEX triplet: EF, 60 and 1A. RGB value is (239,96,26). Sum of RGB (Red+Green+Blue) = 239+96+26=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF601A is #109FE5. Grayscale: #838383. Windows color (decimal): -1089510 or 1728751. OLE color: 1728751.

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

Color convert

RGB 239 96 26 -
CMYK 0 0.60 0.89 0.06
HSL 19.72º 0.87% 0.52% -
HSV(B) 19.72º 0.89% 0.94% -
XYZ 39.97 26.79 4.04 -
YUV 130.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 239 96 26 0 0.60 0.89 0.06 19.72 0.87 0.52
Hex EF 60 1A 0 3C 59 6 14 57 34
Octal 357 140 32 0 74 131 6 24 127 64
Binary 11101111 1100000 11010 0 111100 1011001 110 10100 1010111 110100

Color Harmonies of #EF601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF601A

Black with #EF601A

Text Example


Text Example

White with #EF601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF601A; }

 p { color: rgb(239,96,26); }

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

background-color css

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

 a { background-color: rgb(239,96,26); }

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

border-color css

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

 span { border-color: rgb(239,96,26); }

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