#ED8C5A

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

Shades of Crusta #ED8C5A

Tints of Crusta #ED8C5A

Color information

#ED8C5A (or 0xED8C5A) is unknown color: approx Crusta. HEX triplet: ED, 8C and 5A. RGB value is (237,140,90). Sum of RGB (Red+Green+Blue) = 237+140+90=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8C5A is #1273A5. Grayscale: #A3A3A3. Windows color (decimal): -1209254 or 5934317. OLE color: 5934317.

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

Color convert

RGB23714090-
CMYK00.410.620.07
HSL20.41º80.33%64.12%-
HSV(B)20.41º62.03%92.94%-
XYZ46.1537.514.48-
YUV163.386.64180.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.75%
GREEN value IS 140 (55.08% from 255) = 29.98%
BLUE value IS 90 (35.55% from 255) = 19.27%
R=50.75%
G=29.98%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371409000.410.620.0720.4180.3364.12
HexED8C5A0293E7145040
Octal35521413205176724120100
Binary1110110110001100101101001010011111101111010010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8C5A; }

 p { color: rgb(237,140,90); }

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

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

 a { background-color: rgb(237,140,90); }

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

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

 span { border-color: rgb(237,140,90); }

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