#ED875D

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

Shades of Crusta #ED875D

Tints of Crusta #ED875D

Color information

#ED875D (or 0xED875D) is unknown color: approx Crusta. HEX triplet: ED, 87 and 5D. RGB value is (237,135,93). Sum of RGB (Red+Green+Blue) = 237+135+93=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED875D is #1278A2. Grayscale: #A0A0A0. Windows color (decimal): -1210531 or 6129645. OLE color: 6129645.

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

Color convert

RGB23713593-
CMYK00.430.610.07
HSL17.5º80%64.71%-
HSV(B)17.5º60.76%92.94%-
XYZ45.5636.1214.93-
YUV160.7189.79182.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.97%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 93 (36.72% from 255) = 20%
R=50.97%
G=29.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371359300.430.610.0717.58064.71
HexED875D02B3D7125041
Octal35520713505375722120101
Binary1110110110000111101110101010111111011111001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED875D; }

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

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

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

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

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

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

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

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