Html Css Color HEX #EF5E1E Pumpkin

📋 copy color: '#EF5E1E'

red 239 ◦ green 94 ◦ blue 30

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

Shades of Pumpkin #EF5E1E

Tints of Pumpkin #EF5E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

 BLUE value IS 30 (12.11% from 255) = 8.26%

R = 65.84%
G = 25.9%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5E1E (or 0xEF5E1E) is known color: Pumpkin. HEX triplet: EF, 5E and 1E. RGB value is (239,94,30). Sum of RGB (Red+Green+Blue) = 239+94+30=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E1E is #10A1E1. Grayscale: #828282. Windows color (decimal): -1090018 or 1990383. OLE color: 1990383.

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

Color convert

RGB 239 94 30 -
CMYK 0 0.61 0.87 0.06
HSL 18.37º 0.87% 0.53% -
HSV(B) 18.37º 0.87% 0.94% -
XYZ 39.83 26.45 4.23 -
YUV 130.06 71.54 205.7 -
System Red Green Blue C M Y K H S L
Decimal 239 94 30 0 0.61 0.87 0.06 18.37 0.87 0.53
Hex EF 5E 1E 0 3D 57 6 12 57 35
Octal 357 136 36 0 75 127 6 22 127 65
Binary 11101111 1011110 11110 0 111101 1010111 110 10010 1010111 110101

Color Harmonies of #EF5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E1E

Black with #EF5E1E

Text Example


Text Example

White with #EF5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E1E; }

 p { color: rgb(239,94,30); }

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

background-color css

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

 a { background-color: rgb(239,94,30); }

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

border-color css

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

 span { border-color: rgb(239,94,30); }

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