#ED8659

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

Shades of Crusta #ED8659

Tints of Crusta #ED8659

Color information

#ED8659 (or 0xED8659) is unknown color: approx Crusta. HEX triplet: ED, 86 and 59. RGB value is (237,134,89). Sum of RGB (Red+Green+Blue) = 237+134+89=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8659 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8659 is #1279A6. Grayscale: #9F9F9F. Windows color (decimal): -1210791 or 5867245. OLE color: 5867245.

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

Color convert

RGB23713489-
CMYK00.430.620.07
HSL18.24º80.43%63.92%-
HSV(B)18.24º62.45%92.94%-
XYZ45.2535.7813.97-
YUV159.6788.12183.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 134 (52.73% from 255) = 29.13%
BLUE value IS 89 (35.16% from 255) = 19.35%
R=51.52%
G=29.13%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371348900.430.620.0718.2480.4363.92
HexED865902B3E7125040
Octal35520613105376722120100
Binary1110110110000110101100101010111111101111001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8659; }

 p { color: rgb(237,134,89); }

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

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

 a { background-color: rgb(237,134,89); }

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

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

 span { border-color: rgb(237,134,89); }

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