#ED8251

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

Shades of Crusta #ED8251

Tints of Crusta #ED8251

Color information

#ED8251 (or 0xED8251) is unknown color: approx Crusta. HEX triplet: ED, 82 and 51. RGB value is (237,130,81). Sum of RGB (Red+Green+Blue) = 237+130+81=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8251 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8251 is #127DAE. Grayscale: #9C9C9C. Windows color (decimal): -1211823 or 5341933. OLE color: 5341933.

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

Color convert

RGB23713081-
CMYK00.450.660.07
HSL18.85º81.25%62.35%-
HSV(B)18.85º65.82%92.94%-
XYZ44.3934.5612.12-
YUV156.4185.45185.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 81 (32.03% from 255) = 18.08%
R=52.90%
G=29.02%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371308100.450.660.0718.8581.2562.35
HexED825102D42713513e
Octal35520212105510272312176
Binary1110110110000010101000101011011000010111100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8251; }

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

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

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

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

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

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

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

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