Html Css Color HEX #EC7215 Pumpkin

📋 copy color: '#EC7215'

red 236 ◦ green 114 ◦ blue 21

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

Shades of Pumpkin #EC7215

Tints of Pumpkin #EC7215

RGB

 RED value IS 236 (92.58% from 255) = 63.61%

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

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

R = 63.61%
G = 30.73%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7215 (or 0xEC7215) is known color: Pumpkin. HEX triplet: EC, 72 and 15. RGB value is (236,114,21). Sum of RGB (Red+Green+Blue) = 236+114+21=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7215 is #138DEA. Grayscale: #8C8C8C. Windows color (decimal): -1281515 or 1405676. OLE color: 1405676.

HSL color Cylindrical-coordinate representation of color #EC7215: hue angle of 25.95º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC7215 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 21 -
CMYK 0 0.52 0.91 0.07
HSL 25.95º 0.85% 0.5% -
HSV(B) 25.95º 0.91% 0.93% -
XYZ 40.74 29.92 4.34 -
YUV 139.88 60.92 196.56 -
System Red Green Blue C M Y K H S L
Decimal 236 114 21 0 0.52 0.91 0.07 25.95 0.85 0.5
Hex EC 72 15 0 34 5B 7 1A 55 32
Octal 354 162 25 0 64 133 7 32 125 62
Binary 11101100 1110010 10101 0 110100 1011011 111 11010 1010101 110010

Color Harmonies of #EC7215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7215

Black with #EC7215

Text Example


Text Example

White with #EC7215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7215; }

 p { color: rgb(236,114,21); }

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

background-color css

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

 a { background-color: rgb(236,114,21); }

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

border-color css

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

 span { border-color: rgb(236,114,21); }

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