#ED8D5D

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

Shades of Crusta #ED8D5D

Tints of Crusta #ED8D5D

Color information

#ED8D5D (or 0xED8D5D) is unknown color: approx Crusta. HEX triplet: ED, 8D and 5D. RGB value is (237,141,93). Sum of RGB (Red+Green+Blue) = 237+141+93=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D5D is #1272A2. Grayscale: #A4A4A4. Windows color (decimal): -1208995 or 6131181. OLE color: 6131181.

HSL color Cylindrical-coordinate representation of color #ED8D5D: hue angle of 20º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ED8D5D is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB23714193-
CMYK00.410.610.07
HSL20º80%64.71%-
HSV(B)20º60.76%92.94%-
XYZ46.4337.8415.21-
YUV164.2387.8179.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=50.32%
G=29.94%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371419300.410.610.07208064.71
HexED8D5D0293D7145041
Octal35521513505175724120101
Binary1110110110001101101110101010011111011111010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D5D; }

 p { color: rgb(237,141,93); }

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

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

 a { background-color: rgb(237,141,93); }

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

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

 span { border-color: rgb(237,141,93); }

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