Html Css Color HEX #EF641D Pumpkin

📋 copy color: '#EF641D'

red 239 ◦ green 100 ◦ blue 29

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

Shades of Pumpkin #EF641D

Tints of Pumpkin #EF641D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.88%

R = 64.95%
G = 27.17%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF641D (or 0xEF641D) is known color: Pumpkin. HEX triplet: EF, 64 and 1D. RGB value is (239,100,29). Sum of RGB (Red+Green+Blue) = 239+100+29=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF641D is #109BE2. Grayscale: #858585. Windows color (decimal): -1088483 or 1926383. OLE color: 1926383.

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

Color convert

RGB 239 100 29 -
CMYK 0 0.58 0.88 0.06
HSL 20.29º 0.87% 0.53% -
HSV(B) 20.29º 0.88% 0.94% -
XYZ 40.38 27.55 4.35 -
YUV 133.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 239 100 29 0 0.58 0.88 0.06 20.29 0.87 0.53
Hex EF 64 1D 0 3A 58 6 14 57 35
Octal 357 144 35 0 72 130 6 24 127 65
Binary 11101111 1100100 11101 0 111010 1011000 110 10100 1010111 110101

Color Harmonies of #EF641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF641D

Black with #EF641D

Text Example


Text Example

White with #EF641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF641D; }

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

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

background-color css

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

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

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

border-color css

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

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

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