Html Css Color HEX #EC8060 Crusta

📋 copy color: '#EC8060'

red 236 ◦ green 128 ◦ blue 96

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

Shades of Crusta #EC8060

Tints of Crusta #EC8060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 51.3%
G = 27.83%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC8060 (or 0xEC8060) is known color: Crusta. HEX triplet: EC, 80 and 60. RGB value is (236,128,96). Sum of RGB (Red+Green+Blue) = 236+128+96=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8060 is #137F9F. Grayscale: #9C9C9C. Windows color (decimal): -1277856 or 6324460. OLE color: 6324460.

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

Color convert

RGB 236 128 96 -
CMYK 0 0.46 0.59 0.07
HSL 13.71º 0.79% 0.65% -
HSV(B) 13.71º 0.59% 0.93% -
XYZ 44.42 34.12 15.31 -
YUV 156.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 236 128 96 0 0.46 0.59 0.07 13.71 0.79 0.65
Hex EC 80 60 0 2E 3B 7 E 4F 41
Octal 354 200 140 0 56 73 7 16 117 101
Binary 11101100 10000000 1100000 0 101110 111011 111 1110 1001111 1000001

Color Harmonies of #EC8060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8060

Black with #EC8060

Text Example


Text Example

White with #EC8060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8060; }

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

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

background-color css

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

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

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

border-color css

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

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

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