#ED9057

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

Shades of Crusta #ED9057

Tints of Crusta #ED9057

Color information

#ED9057 (or 0xED9057) is unknown color: approx Crusta. HEX triplet: ED, 90 and 57. RGB value is (237,144,87). Sum of RGB (Red+Green+Blue) = 237+144+87=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9057 is #126FA8. Grayscale: #A5A5A5. Windows color (decimal): -1208233 or 5738733. OLE color: 5738733.

HSL color Cylindrical-coordinate representation of color #ED9057: hue angle of 22.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED9057 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB23714487-
CMYK00.390.630.07
HSL22.8º80.65%63.53%-
HSV(B)22.8º63.29%92.94%-
XYZ46.6238.6414.02-
YUV165.3183.81179.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.64%
GREEN value IS 144 (56.64% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 18.59%
R=50.64%
G=30.77%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371448700.390.630.0722.880.6563.53
HexED90570273F7175140
Octal35522012704777727121100
Binary1110110110010000101011101001111111111111011110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9057; }

 p { color: rgb(237,144,87); }

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

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

 a { background-color: rgb(237,144,87); }

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

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

 span { border-color: rgb(237,144,87); }

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