#ED8151

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

Shades of Crusta #ED8151

Tints of Crusta #ED8151

Color information

#ED8151 (or 0xED8151) is unknown color: approx Crusta. HEX triplet: ED, 81 and 51. RGB value is (237,129,81). Sum of RGB (Red+Green+Blue) = 237+129+81=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8151 is #127EAE. Grayscale: #9C9C9C. Windows color (decimal): -1212079 or 5341677. OLE color: 5341677.

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

Color convert

RGB23712981-
CMYK00.460.660.07
HSL18.46º81.25%62.35%-
HSV(B)18.46º65.82%92.94%-
XYZ44.2634.312.07-
YUV155.8285.78185.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=53.02%
G=28.86%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371298100.460.660.0718.4681.2562.35
HexED815102E42712513e
Octal35520112105610272212176
Binary1110110110000001101000101011101000010111100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8151; }

 p { color: rgb(237,129,81); }

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

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

 a { background-color: rgb(237,129,81); }

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

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

 span { border-color: rgb(237,129,81); }

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