Html Css Color HEX #EC7015 Pumpkin

📋 copy color: '#EC7015'

red 236 ◦ green 112 ◦ blue 21

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

Shades of Pumpkin #EC7015

Tints of Pumpkin #EC7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.35%

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

R = 63.96%
G = 30.35%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7015 (or 0xEC7015) is known color: Pumpkin. HEX triplet: EC, 70 and 15. RGB value is (236,112,21). Sum of RGB (Red+Green+Blue) = 236+112+21=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7015 is #138FEA. Grayscale: #8B8B8B. Windows color (decimal): -1282027 or 1405164. OLE color: 1405164.

HSL color Cylindrical-coordinate representation of color #EC7015: hue angle of 25.4º 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 #EC7015 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 21 -
CMYK 0 0.53 0.91 0.07
HSL 25.4º 0.85% 0.5% -
HSV(B) 25.4º 0.91% 0.93% -
XYZ 40.52 29.48 4.26 -
YUV 138.7 61.58 197.4 -
System Red Green Blue C M Y K H S L
Decimal 236 112 21 0 0.53 0.91 0.07 25.4 0.85 0.5
Hex EC 70 15 0 35 5B 7 19 55 32
Octal 354 160 25 0 65 133 7 31 125 62
Binary 11101100 1110000 10101 0 110101 1011011 111 11001 1010101 110010

Color Harmonies of #EC7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7015

Black with #EC7015

Text Example


Text Example

White with #EC7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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