Html Css Color HEX #EC601C Chocolate

📋 copy color: '#EC601C'

red 236 ◦ green 96 ◦ blue 28

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

Shades of Chocolate #EC601C

Tints of Chocolate #EC601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 28 (11.33% from 255) = 7.78%

R = 65.56%
G = 26.67%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC601C (or 0xEC601C) is known color: Chocolate. HEX triplet: EC, 60 and 1C. RGB value is (236,96,28). Sum of RGB (Red+Green+Blue) = 236+96+28=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601C is #139FE3. Grayscale: #828282. Windows color (decimal): -1286116 or 1859820. OLE color: 1859820.

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

Color convert

RGB 236 96 28 -
CMYK 0 0.59 0.88 0.07
HSL 19.62º 0.85% 0.52% -
HSV(B) 19.62º 0.88% 0.93% -
XYZ 38.98 26.28 4.12 -
YUV 130.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 236 96 28 0 0.59 0.88 0.07 19.62 0.85 0.52
Hex EC 60 1C 0 3B 58 7 14 55 34
Octal 354 140 34 0 73 130 7 24 125 64
Binary 11101100 1100000 11100 0 111011 1011000 111 10100 1010101 110100

Color Harmonies of #EC601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC601C

Black with #EC601C

Text Example


Text Example

White with #EC601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC601C; }

 p { color: rgb(236,96,28); }

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

background-color css

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

 a { background-color: rgb(236,96,28); }

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

border-color css

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

 span { border-color: rgb(236,96,28); }

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