Html Css Color HEX #EC9061 Crusta

📋 copy color: '#EC9061'

red 236 ◦ green 144 ◦ blue 97

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

Shades of Crusta #EC9061

Tints of Crusta #EC9061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 20.34%

R = 49.48%
G = 30.19%
B = 20.34%

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

#EC9061 (or 0xEC9061) is known color: Crusta. HEX triplet: EC, 90 and 61. RGB value is (236,144,97). Sum of RGB (Red+Green+Blue) = 236+144+97=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9061 is #136F9E. Grayscale: #A6A6A6. Windows color (decimal): -1273759 or 6394092. OLE color: 6394092.

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

Color convert

RGB 236 144 97 -
CMYK 0 0.39 0.59 0.07
HSL 20.29º 0.79% 0.65% -
HSV(B) 20.29º 0.59% 0.93% -
XYZ 46.72 38.64 16.31 -
YUV 166.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 236 144 97 0 0.39 0.59 0.07 20.29 0.79 0.65
Hex EC 90 61 0 27 3B 7 14 4F 41
Octal 354 220 141 0 47 73 7 24 117 101
Binary 11101100 10010000 1100001 0 100111 111011 111 10100 1001111 1000001

Color Harmonies of #EC9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9061

Black with #EC9061

Text Example


Text Example

White with #EC9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9061; }

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

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

background-color css

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

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

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

border-color css

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

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

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