#ED805B

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

Shades of Crusta #ED805B

Tints of Crusta #ED805B

Color information

#ED805B (or 0xED805B) is unknown color: approx Crusta. HEX triplet: ED, 80 and 5B. RGB value is (237,128,91). Sum of RGB (Red+Green+Blue) = 237+128+91=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED805B is #127FA4. Grayscale: #9C9C9C. Windows color (decimal): -1212325 or 5996781. OLE color: 5996781.

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

Color convert

RGB23712891-
CMYK00.460.620.07
HSL15.21º80.22%64.31%-
HSV(B)15.21º61.6%92.94%-
XYZ44.5334.214.15-
YUV156.3791.11185.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=51.97%
G=28.07%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371289100.460.620.0715.2180.2264.31
HexED805B02E3E7f5040
Octal35520013305676717120100
Binary111011011000000010110110101110111110111111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED805B; }

 p { color: rgb(237,128,91); }

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

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

 a { background-color: rgb(237,128,91); }

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

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

 span { border-color: rgb(237,128,91); }

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