#ED8061

Color #ED8061 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #ED8061

Tints of Crusta #ED8061

Color information

#ED8061 (or 0xED8061) is unknown color: approx Crusta. HEX triplet: ED, 80 and 61. RGB value is (237,128,97). Sum of RGB (Red+Green+Blue) = 237+128+97=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8061 is #127F9E. Grayscale: #9D9D9D. Windows color (decimal): -1212319 or 6389997. OLE color: 6389997.

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

Color convert

RGB23712897-
CMYK00.460.590.07
HSL13.29º79.55%65.49%-
HSV(B)13.29º59.07%92.94%-
XYZ44.834.3115.57-
YUV157.0694.11185.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 128 (50.39% from 255) = 27.71%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=51.30%
G=27.71%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371289700.460.590.0713.2979.5565.49
HexED806102E3B7d5041
Octal35520014105673715120101
Binary111011011000000011000010101110111011111110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8061; }

 p { color: rgb(237,128,97); }

 H1.HeaderClassName
 {
   color: #ED8061;
 }
 .AnyTagClassName
 {
   color: #ED8061;
 }
</style>
background-color css

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

 a { background-color: rgb(237,128,97); }

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

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

 span { border-color: rgb(237,128,97); }

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