#ED9258

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

Shades of Crusta #ED9258

Tints of Crusta #ED9258

Color information

#ED9258 (or 0xED9258) is unknown color: approx Crusta. HEX triplet: ED, 92 and 58. RGB value is (237,146,88). Sum of RGB (Red+Green+Blue) = 237+146+88=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9258 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9258 is #126DA7. Grayscale: #A6A6A6. Windows color (decimal): -1207720 or 5804781. OLE color: 5804781.

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

Color convert

RGB23714688-
CMYK00.380.630.07
HSL23.36º80.54%63.73%-
HSV(B)23.36º62.87%92.94%-
XYZ46.9739.2714.34-
YUV166.683.65178.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.32%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=50.32%
G=31.00%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371468800.380.630.0723.3680.5463.73
HexED92580263F7175140
Octal35522213004677727121100
Binary1110110110010010101100001001101111111111011110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9258; }

 p { color: rgb(237,146,88); }

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

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

 a { background-color: rgb(237,146,88); }

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

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

 span { border-color: rgb(237,146,88); }

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