Html Css Color HEX #EC6B16 Pumpkin

📋 copy color: '#EC6B16'

red 236 ◦ green 107 ◦ blue 22

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

Shades of Pumpkin #EC6B16

Tints of Pumpkin #EC6B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 64.66%
G = 29.32%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC6B16 (or 0xEC6B16) is known color: Pumpkin. HEX triplet: EC, 6B and 16. RGB value is (236,107,22). Sum of RGB (Red+Green+Blue) = 236+107+22=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B16 is #1394E9. Grayscale: #888888. Windows color (decimal): -1283306 or 1469420. OLE color: 1469420.

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

Color convert

RGB 236 107 22 -
CMYK 0 0.55 0.91 0.07
HSL 23.83º 0.85% 0.51% -
HSV(B) 23.83º 0.91% 0.93% -
XYZ 39.99 28.41 4.13 -
YUV 135.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 236 107 22 0 0.55 0.91 0.07 23.83 0.85 0.51
Hex EC 6B 16 0 37 5B 7 18 55 33
Octal 354 153 26 0 67 133 7 30 125 63
Binary 11101100 1101011 10110 0 110111 1011011 111 11000 1010101 110011

Color Harmonies of #EC6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B16

Black with #EC6B16

Text Example


Text Example

White with #EC6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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