Html Css Color HEX #EC8160 Crusta

📋 copy color: '#EC8160'

red 236 ◦ green 129 ◦ blue 96

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

Shades of Crusta #EC8160

Tints of Crusta #EC8160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 51.19%
G = 27.98%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC8160 (or 0xEC8160) is known color: Crusta. HEX triplet: EC, 81 and 60. RGB value is (236,129,96). Sum of RGB (Red+Green+Blue) = 236+129+96=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8160 is #137E9F. Grayscale: #9D9D9D. Windows color (decimal): -1277600 or 6324716. OLE color: 6324716.

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

Color convert

RGB 236 129 96 -
CMYK 0 0.45 0.59 0.07
HSL 14.14º 0.79% 0.65% -
HSV(B) 14.14º 0.59% 0.93% -
XYZ 44.55 34.38 15.35 -
YUV 157.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 236 129 96 0 0.45 0.59 0.07 14.14 0.79 0.65
Hex EC 81 60 0 2D 3B 7 E 4F 41
Octal 354 201 140 0 55 73 7 16 117 101
Binary 11101100 10000001 1100000 0 101101 111011 111 1110 1001111 1000001

Color Harmonies of #EC8160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8160

Black with #EC8160

Text Example


Text Example

White with #EC8160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8160; }

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

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

background-color css

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

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

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

border-color css

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

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

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