#ED8261

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

Shades of Crusta #ED8261

Tints of Crusta #ED8261

Color information

#ED8261 (or 0xED8261) is unknown color: approx Crusta. HEX triplet: ED, 82 and 61. RGB value is (237,130,97). Sum of RGB (Red+Green+Blue) = 237+130+97=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8261 is #127D9E. Grayscale: #9E9E9E. Windows color (decimal): -1211807 or 6390509. OLE color: 6390509.

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

Color convert

RGB23713097-
CMYK00.450.590.07
HSL14.14º79.55%65.49%-
HSV(B)14.14º59.07%92.94%-
XYZ45.0734.8315.66-
YUV158.2393.45184.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.08%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=51.08%
G=28.02%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371309700.450.590.0714.1479.5565.49
HexED826102D3B7e5041
Octal35520214105573716120101
Binary111011011000001011000010101101111011111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8261; }

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

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

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

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

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

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

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

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