Html Css Color HEX #EF7217 Pumpkin

📋 copy color: '#EF7217'

red 239 ◦ green 114 ◦ blue 23

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

Shades of Pumpkin #EF7217

Tints of Pumpkin #EF7217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

 BLUE value IS 23 (9.38% from 255) = 6.12%

R = 63.56%
G = 30.32%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF7217 (or 0xEF7217) is known color: Pumpkin. HEX triplet: EF, 72 and 17. RGB value is (239,114,23). Sum of RGB (Red+Green+Blue) = 239+114+23=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EF7217 is #108DE8. Grayscale: #8D8D8D. Windows color (decimal): -1084905 or 1536751. OLE color: 1536751.

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

Color convert

RGB 239 114 23 -
CMYK 0 0.52 0.90 0.06
HSL 25.28º 0.87% 0.51% -
HSV(B) 25.28º 0.9% 0.94% -
XYZ 41.77 30.45 4.49 -
YUV 141 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 239 114 23 0 0.52 0.90 0.06 25.28 0.87 0.51
Hex EF 72 17 0 34 5A 6 19 57 33
Octal 357 162 27 0 64 132 6 31 127 63
Binary 11101111 1110010 10111 0 110100 1011010 110 11001 1010111 110011

Color Harmonies of #EF7217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7217

Black with #EF7217

Text Example


Text Example

White with #EF7217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7217; }

 p { color: rgb(239,114,23); }

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

background-color css

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

 a { background-color: rgb(239,114,23); }

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

border-color css

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

 span { border-color: rgb(239,114,23); }

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