Html Css Color HEX #EF741A Pumpkin

📋 copy color: '#EF741A'

red 239 ◦ green 116 ◦ blue 26

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

Shades of Pumpkin #EF741A

Tints of Pumpkin #EF741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 62.73%
G = 30.45%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EF741A (or 0xEF741A) is known color: Pumpkin. HEX triplet: EF, 74 and 1A. RGB value is (239,116,26). Sum of RGB (Red+Green+Blue) = 239+116+26=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF741A is #108BE5. Grayscale: #8F8F8F. Windows color (decimal): -1084390 or 1733871. OLE color: 1733871.

HSL color Cylindrical-coordinate representation of color #EF741A: hue angle of 25.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF741A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 116 26 -
CMYK 0 0.51 0.89 0.06
HSL 25.35º 0.87% 0.52% -
HSV(B) 25.35º 0.89% 0.94% -
XYZ 42.03 30.92 4.73 -
YUV 142.52 62.25 196.82 -
System Red Green Blue C M Y K H S L
Decimal 239 116 26 0 0.51 0.89 0.06 25.35 0.87 0.52
Hex EF 74 1A 0 33 59 6 19 57 34
Octal 357 164 32 0 63 131 6 31 127 64
Binary 11101111 1110100 11010 0 110011 1011001 110 11001 1010111 110100

Color Harmonies of #EF741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF741A

Black with #EF741A

Text Example


Text Example

White with #EF741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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