Html Css Color HEX #EC9060 Crusta

📋 copy color: '#EC9060'

red 236 ◦ green 144 ◦ blue 96

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

Shades of Crusta #EC9060

Tints of Crusta #EC9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.25%

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

R = 49.58%
G = 30.25%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC9060 (or 0xEC9060) is known color: Crusta. HEX triplet: EC, 90 and 60. RGB value is (236,144,96). Sum of RGB (Red+Green+Blue) = 236+144+96=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9060 is #136F9F. Grayscale: #A6A6A6. Windows color (decimal): -1273760 or 6328556. OLE color: 6328556.

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

Color convert

RGB 236 144 96 -
CMYK 0 0.39 0.59 0.07
HSL 20.57º 0.79% 0.65% -
HSV(B) 20.57º 0.59% 0.93% -
XYZ 46.68 38.62 16.06 -
YUV 166.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 236 144 96 0 0.39 0.59 0.07 20.57 0.79 0.65
Hex EC 90 60 0 27 3B 7 15 4F 41
Octal 354 220 140 0 47 73 7 25 117 101
Binary 11101100 10010000 1100000 0 100111 111011 111 10101 1001111 1000001

Color Harmonies of #EC9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9060

Black with #EC9060

Text Example


Text Example

White with #EC9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9060; }

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

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

background-color css

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

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

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

border-color css

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

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

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