#ED8961

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

Shades of Crusta #ED8961

Tints of Crusta #ED8961

Color information

#ED8961 (or 0xED8961) is unknown color: approx Crusta. HEX triplet: ED, 89 and 61. RGB value is (237,137,97). Sum of RGB (Red+Green+Blue) = 237+137+97=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8961 is #12769E. Grayscale: #A2A2A2. Windows color (decimal): -1210015 or 6392301. OLE color: 6392301.

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

Color convert

RGB23713797-
CMYK00.420.590.07
HSL17.14º79.55%65.49%-
HSV(B)17.14º59.07%92.94%-
XYZ46.0336.7615.98-
YUV162.3491.13181.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 97 (38.28% from 255) = 20.59%
R=50.32%
G=29.09%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371379700.420.590.0717.1479.5565.49
HexED896102A3B7115041
Octal35521114105273721120101
Binary1110110110001001110000101010101110111111000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8961; }

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

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

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

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

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

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

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

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