#ED8F53

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

Shades of Crusta #ED8F53

Tints of Crusta #ED8F53

Color information

#ED8F53 (or 0xED8F53) is unknown color: approx Crusta. HEX triplet: ED, 8F and 53. RGB value is (237,143,83). Sum of RGB (Red+Green+Blue) = 237+143+83=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8F53 is #1270AC. Grayscale: #A4A4A4. Windows color (decimal): -1208493 or 5476333. OLE color: 5476333.

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

Color convert

RGB23714383-
CMYK00.400.650.07
HSL23.38º81.05%62.75%-
HSV(B)23.38º64.98%92.94%-
XYZ46.3138.2713.13-
YUV164.2782.14179.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 143 (56.25% from 255) = 30.89%
BLUE value IS 83 (32.81% from 255) = 17.93%
R=51.19%
G=30.89%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371438300.400.650.0723.3881.0562.75
HexED8F5302841717513f
Octal35521712305010172712177
Binary1110110110001111101001101010001000001111101111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8F53; }

 p { color: rgb(237,143,83); }

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

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

 a { background-color: rgb(237,143,83); }

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

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

 span { border-color: rgb(237,143,83); }

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