Html Css Color HEX #EF641F Pumpkin

📋 copy color: '#EF641F'

red 239 ◦ green 100 ◦ blue 31

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

Shades of Pumpkin #EF641F

Tints of Pumpkin #EF641F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.38%

R = 64.59%
G = 27.03%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF641F (or 0xEF641F) is known color: Pumpkin. HEX triplet: EF, 64 and 1F. RGB value is (239,100,31). Sum of RGB (Red+Green+Blue) = 239+100+31=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641F is #109BE0. Grayscale: #868686. Windows color (decimal): -1088481 or 2057455. OLE color: 2057455.

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

Color convert

RGB 239 100 31 -
CMYK 0 0.58 0.87 0.06
HSL 19.9º 0.87% 0.53% -
HSV(B) 19.9º 0.87% 0.94% -
XYZ 40.4 27.56 4.49 -
YUV 133.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 239 100 31 0 0.58 0.87 0.06 19.9 0.87 0.53
Hex EF 64 1F 0 3A 57 6 14 57 35
Octal 357 144 37 0 72 127 6 24 127 65
Binary 11101111 1100100 11111 0 111010 1010111 110 10100 1010111 110101

Color Harmonies of #EF641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF641F

Black with #EF641F

Text Example


Text Example

White with #EF641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF641F; }

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

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

background-color css

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

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

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

border-color css

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

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

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