#ED8E51

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

Shades of Crusta #ED8E51

Tints of Crusta #ED8E51

Color information

#ED8E51 (or 0xED8E51) is unknown color: approx Crusta. HEX triplet: ED, 8E and 51. RGB value is (237,142,81). Sum of RGB (Red+Green+Blue) = 237+142+81=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E51 is #1271AE. Grayscale: #A3A3A3. Windows color (decimal): -1208751 or 5345005. OLE color: 5345005.

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

Color convert

RGB23714281-
CMYK00.400.660.07
HSL23.46º81.25%62.35%-
HSV(B)23.46º65.82%92.94%-
XYZ46.0837.9412.68-
YUV163.4581.47180.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.52%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 81 (32.03% from 255) = 17.61%
R=51.52%
G=30.87%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371428100.400.660.0723.4681.2562.35
HexED8E5102842717513e
Octal35521612105010272712176
Binary1110110110001110101000101010001000010111101111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E51; }

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

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

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

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

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

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

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

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