Html Css Color HEX #EC6B1A Pumpkin

📋 copy color: '#EC6B1A'

red 236 ◦ green 107 ◦ blue 26

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

Shades of Pumpkin #EC6B1A

Tints of Pumpkin #EC6B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.05%

R = 63.96%
G = 29%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC6B1A (or 0xEC6B1A) is known color: Pumpkin. HEX triplet: EC, 6B and 1A. RGB value is (236,107,26). Sum of RGB (Red+Green+Blue) = 236+107+26=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6B1A is #1394E5. Grayscale: #888888. Windows color (decimal): -1283302 or 1731564. OLE color: 1731564.

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

Color convert

RGB 236 107 26 -
CMYK 0 0.55 0.89 0.07
HSL 23.14º 0.85% 0.51% -
HSV(B) 23.14º 0.89% 0.93% -
XYZ 40.04 28.42 4.35 -
YUV 136.34 65.74 199.09 -
System Red Green Blue C M Y K H S L
Decimal 236 107 26 0 0.55 0.89 0.07 23.14 0.85 0.51
Hex EC 6B 1A 0 37 59 7 17 55 33
Octal 354 153 32 0 67 131 7 27 125 63
Binary 11101100 1101011 11010 0 110111 1011001 111 10111 1010101 110011

Color Harmonies of #EC6B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B1A

Black with #EC6B1A

Text Example


Text Example

White with #EC6B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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