Html Css Color HEX #EC7B16 Pumpkin

📋 copy color: '#EC7B16'

red 236 ◦ green 123 ◦ blue 22

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

Shades of Pumpkin #EC7B16

Tints of Pumpkin #EC7B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.28%

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 61.94%
G = 32.28%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC7B16 (or 0xEC7B16) is known color: Pumpkin. HEX triplet: EC, 7B and 16. RGB value is (236,123,22). Sum of RGB (Red+Green+Blue) = 236+123+22=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7B16 is #1384E9. Grayscale: #919191. Windows color (decimal): -1279210 or 1473516. OLE color: 1473516.

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

Color convert

RGB 236 123 22 -
CMYK 0 0.48 0.91 0.07
HSL 28.32º 0.85% 0.51% -
HSV(B) 28.32º 0.91% 0.93% -
XYZ 41.82 32.06 4.74 -
YUV 145.27 58.44 192.71 -
System Red Green Blue C M Y K H S L
Decimal 236 123 22 0 0.48 0.91 0.07 28.32 0.85 0.51
Hex EC 7B 16 0 30 5B 7 1C 55 33
Octal 354 173 26 0 60 133 7 34 125 63
Binary 11101100 1111011 10110 0 110000 1011011 111 11100 1010101 110011

Color Harmonies of #EC7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B16

Black with #EC7B16

Text Example


Text Example

White with #EC7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B16; }

 p { color: rgb(236,123,22); }

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

background-color css

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

 a { background-color: rgb(236,123,22); }

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

border-color css

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

 span { border-color: rgb(236,123,22); }

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