Html Css Color HEX #EF5F1D Pumpkin

📋 copy color: '#EF5F1D'

red 239 ◦ green 95 ◦ blue 29

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

Shades of Pumpkin #EF5F1D

Tints of Pumpkin #EF5F1D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 65.84%
G = 26.17%
B = 7.99%

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

#EF5F1D (or 0xEF5F1D) is known color: Pumpkin. HEX triplet: EF, 5F and 1D. RGB value is (239,95,29). Sum of RGB (Red+Green+Blue) = 239+95+29=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5F1D is #10A0E2. Grayscale: #828282. Windows color (decimal): -1089763 or 1925103. OLE color: 1925103.

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

Color convert

RGB 239 95 29 -
CMYK 0 0.60 0.88 0.06
HSL 18.86º 0.87% 0.53% -
HSV(B) 18.86º 0.88% 0.94% -
XYZ 39.91 26.62 4.2 -
YUV 130.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 239 95 29 0 0.60 0.88 0.06 18.86 0.87 0.53
Hex EF 5F 1D 0 3C 58 6 13 57 35
Octal 357 137 35 0 74 130 6 23 127 65
Binary 11101111 1011111 11101 0 111100 1011000 110 10011 1010111 110101

Color Harmonies of #EF5F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F1D

Black with #EF5F1D

Text Example


Text Example

White with #EF5F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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