#ED7F5B

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

Shades of Crusta #ED7F5B

Tints of Crusta #ED7F5B

Color information

#ED7F5B (or 0xED7F5B) is unknown color: approx Crusta. HEX triplet: ED, 7F and 5B. RGB value is (237,127,91). Sum of RGB (Red+Green+Blue) = 237+127+91=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F5B is #1280A4. Grayscale: #9C9C9C. Windows color (decimal): -1212581 or 5996525. OLE color: 5996525.

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

Color convert

RGB23712791-
CMYK00.460.620.07
HSL14.79º80.22%64.31%-
HSV(B)14.79º61.6%92.94%-
XYZ44.433.9414.11-
YUV155.7991.44185.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 91 (35.94% from 255) = 20%
R=52.09%
G=27.91%
B=20%

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
Decimal2371279100.460.620.0714.7980.2264.31
HexED7F5B02E3E7f5040
Octal35517713305676717120100
Binary11101101111111110110110101110111110111111110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F5B; }

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

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

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

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

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

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

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

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