Html Css Color HEX #EF741D Pumpkin

📋 copy color: '#EF741D'

red 239 ◦ green 116 ◦ blue 29

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

Shades of Pumpkin #EF741D

Tints of Pumpkin #EF741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 62.24%
G = 30.21%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EF741D (or 0xEF741D) is known color: Pumpkin. HEX triplet: EF, 74 and 1D. RGB value is (239,116,29). Sum of RGB (Red+Green+Blue) = 239+116+29=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF741D is #108BE2. Grayscale: #8F8F8F. Windows color (decimal): -1084387 or 1930479. OLE color: 1930479.

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

Color convert

RGB 239 116 29 -
CMYK 0 0.51 0.88 0.06
HSL 24.86º 0.87% 0.53% -
HSV(B) 24.86º 0.88% 0.94% -
XYZ 42.06 30.93 4.92 -
YUV 142.86 63.75 196.57 -
System Red Green Blue C M Y K H S L
Decimal 239 116 29 0 0.51 0.88 0.06 24.86 0.87 0.53
Hex EF 74 1D 0 33 58 6 19 57 35
Octal 357 164 35 0 63 130 6 31 127 65
Binary 11101111 1110100 11101 0 110011 1011000 110 11001 1010111 110101

Color Harmonies of #EF741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF741D

Black with #EF741D

Text Example


Text Example

White with #EF741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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