Html Css Color HEX #EF641A Pumpkin

📋 copy color: '#EF641A'

red 239 ◦ green 100 ◦ blue 26

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

Shades of Pumpkin #EF641A

Tints of Pumpkin #EF641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 65.48%
G = 27.4%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF641A (or 0xEF641A) is known color: Pumpkin. HEX triplet: EF, 64 and 1A. RGB value is (239,100,26). Sum of RGB (Red+Green+Blue) = 239+100+26=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641A is #109BE5. Grayscale: #858585. Windows color (decimal): -1088486 or 1729775. OLE color: 1729775.

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

Color convert

RGB 239 100 26 -
CMYK 0 0.58 0.89 0.06
HSL 20.85º 0.87% 0.52% -
HSV(B) 20.85º 0.89% 0.94% -
XYZ 40.34 27.54 4.17 -
YUV 133.13 67.55 203.52 -
System Red Green Blue C M Y K H S L
Decimal 239 100 26 0 0.58 0.89 0.06 20.85 0.87 0.52
Hex EF 64 1A 0 3A 59 6 15 57 34
Octal 357 144 32 0 72 131 6 25 127 64
Binary 11101111 1100100 11010 0 111010 1011001 110 10101 1010111 110100

Color Harmonies of #EF641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF641A

Black with #EF641A

Text Example


Text Example

White with #EF641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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