#ED7F5D

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

Shades of Crusta #ED7F5D

Tints of Crusta #ED7F5D

Color information

#ED7F5D (or 0xED7F5D) is unknown color: approx Crusta. HEX triplet: ED, 7F and 5D. RGB value is (237,127,93). Sum of RGB (Red+Green+Blue) = 237+127+93=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F5D is #1280A2. Grayscale: #9C9C9C. Windows color (decimal): -1212579 or 6127597. OLE color: 6127597.

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

Color convert

RGB23712793-
CMYK00.460.610.07
HSL14.17º80%64.71%-
HSV(B)14.17º60.76%92.94%-
XYZ44.4933.9714.57-
YUV156.0192.44185.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=51.86%
G=27.79%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371279300.460.610.0714.178064.71
HexED7F5D02E3D7e5041
Octal35517713505675716120101
Binary11101101111111110111010101110111101111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F5D; }

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

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

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

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

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

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

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

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