Html Css Color HEX #EF631D Pumpkin

📋 copy color: '#EF631D'

red 239 ◦ green 99 ◦ blue 29

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

Shades of Pumpkin #EF631D

Tints of Pumpkin #EF631D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 65.12%
G = 26.98%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF631D (or 0xEF631D) is known color: Pumpkin. HEX triplet: EF, 63 and 1D. RGB value is (239,99,29). Sum of RGB (Red+Green+Blue) = 239+99+29=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF631D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF631D is #109CE2. Grayscale: #858585. Windows color (decimal): -1088739 or 1926127. OLE color: 1926127.

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

Color convert

RGB 239 99 29 -
CMYK 0 0.59 0.88 0.06
HSL 20º 0.87% 0.53% -
HSV(B) 20º 0.88% 0.94% -
XYZ 40.28 27.36 4.32 -
YUV 132.88 69.38 203.69 -
System Red Green Blue C M Y K H S L
Decimal 239 99 29 0 0.59 0.88 0.06 20 0.87 0.53
Hex EF 63 1D 0 3B 58 6 14 57 35
Octal 357 143 35 0 73 130 6 24 127 65
Binary 11101111 1100011 11101 0 111011 1011000 110 10100 1010111 110101

Color Harmonies of #EF631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF631D

Black with #EF631D

Text Example


Text Example

White with #EF631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF631D; }

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

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

background-color css

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

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

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

border-color css

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

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

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