Html Css Color HEX #EC7E15 Pumpkin

📋 copy color: '#EC7E15'

red 236 ◦ green 126 ◦ blue 21

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

Shades of Pumpkin #EC7E15

Tints of Pumpkin #EC7E15

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.9%

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

R = 61.62%
G = 32.9%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7E15 (or 0xEC7E15) is known color: Pumpkin. HEX triplet: EC, 7E and 15. RGB value is (236,126,21). Sum of RGB (Red+Green+Blue) = 236+126+21=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7E15 is #1381EA. Grayscale: #939393. Windows color (decimal): -1278443 or 1408748. OLE color: 1408748.

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

Color convert

RGB 236 126 21 -
CMYK 0 0.47 0.91 0.07
HSL 29.3º 0.85% 0.5% -
HSV(B) 29.3º 0.91% 0.93% -
XYZ 42.19 32.81 4.82 -
YUV 146.92 56.94 191.54 -
System Red Green Blue C M Y K H S L
Decimal 236 126 21 0 0.47 0.91 0.07 29.3 0.85 0.5
Hex EC 7E 15 0 2F 5B 7 1D 55 32
Octal 354 176 25 0 57 133 7 35 125 62
Binary 11101100 1111110 10101 0 101111 1011011 111 11101 1010101 110010

Color Harmonies of #EC7E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E15

Black with #EC7E15

Text Example


Text Example

White with #EC7E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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