#ED905C

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

Shades of Crusta #ED905C

Tints of Crusta #ED905C

Color information

#ED905C (or 0xED905C) is unknown color: approx Crusta. HEX triplet: ED, 90 and 5C. RGB value is (237,144,92). Sum of RGB (Red+Green+Blue) = 237+144+92=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED905C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED905C is #126FA3. Grayscale: #A6A6A6. Windows color (decimal): -1208228 or 6066413. OLE color: 6066413.

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

Color convert

RGB23714492-
CMYK00.390.610.07
HSL21.52º80.11%64.51%-
HSV(B)21.52º61.18%92.94%-
XYZ46.8338.7215.13-
YUV165.8886.31178.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 144 (56.64% from 255) = 30.44%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=50.11%
G=30.44%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371449200.390.610.0721.5280.1164.51
HexED905C0273D7165041
Octal35522013404775726120101
Binary1110110110010000101110001001111111011111011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED905C; }

 p { color: rgb(237,144,92); }

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

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

 a { background-color: rgb(237,144,92); }

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

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

 span { border-color: rgb(237,144,92); }

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