Html Css Color HEX #EF7415 Pumpkin

📋 copy color: '#EF7415'

red 239 ◦ green 116 ◦ blue 21

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

Shades of Pumpkin #EF7415

Tints of Pumpkin #EF7415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 63.56%
G = 30.85%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF7415 (or 0xEF7415) is known color: Pumpkin. HEX triplet: EF, 74 and 15. RGB value is (239,116,21). Sum of RGB (Red+Green+Blue) = 239+116+21=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7415 is #108BEA. Grayscale: #8E8E8E. Windows color (decimal): -1084395 or 1406191. OLE color: 1406191.

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

Color convert

RGB 239 116 21 -
CMYK 0 0.51 0.91 0.06
HSL 26.15º 0.87% 0.51% -
HSV(B) 26.15º 0.91% 0.94% -
XYZ 41.98 30.9 4.46 -
YUV 141.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 239 116 21 0 0.51 0.91 0.06 26.15 0.87 0.51
Hex EF 74 15 0 33 5B 6 1A 57 33
Octal 357 164 25 0 63 133 6 32 127 63
Binary 11101111 1110100 10101 0 110011 1011011 110 11010 1010111 110011

Color Harmonies of #EF7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7415

Black with #EF7415

Text Example


Text Example

White with #EF7415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7415; }

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

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

background-color css

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

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

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

border-color css

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

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

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