Html Css Color HEX #EF601D Pumpkin

📋 copy color: '#EF601D'

red 239 ◦ green 96 ◦ blue 29

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

Shades of Pumpkin #EF601D

Tints of Pumpkin #EF601D

RGB

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

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

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

R = 65.66%
G = 26.37%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF601D (or 0xEF601D) is known color: Pumpkin. HEX triplet: EF, 60 and 1D. RGB value is (239,96,29). Sum of RGB (Red+Green+Blue) = 239+96+29=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF601D is #109FE2. Grayscale: #838383. Windows color (decimal): -1089507 or 1925359. OLE color: 1925359.

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

Color convert

RGB 239 96 29 -
CMYK 0 0.60 0.88 0.06
HSL 19.14º 0.87% 0.53% -
HSV(B) 19.14º 0.88% 0.94% -
XYZ 40 26.81 4.23 -
YUV 131.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 239 96 29 0 0.60 0.88 0.06 19.14 0.87 0.53
Hex EF 60 1D 0 3C 58 6 13 57 35
Octal 357 140 35 0 74 130 6 23 127 65
Binary 11101111 1100000 11101 0 111100 1011000 110 10011 1010111 110101

Color Harmonies of #EF601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF601D

Black with #EF601D

Text Example


Text Example

White with #EF601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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