#ED7E52

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

Shades of Crusta #ED7E52

Tints of Crusta #ED7E52

Color information

#ED7E52 (or 0xED7E52) is unknown color: approx Crusta. HEX triplet: ED, 7E and 52. RGB value is (237,126,82). Sum of RGB (Red+Green+Blue) = 237+126+82=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E52 is #1281AD. Grayscale: #9A9A9A. Windows color (decimal): -1212846 or 5406445. OLE color: 5406445.

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

Color convert

RGB23712682-
CMYK00.470.650.07
HSL17.03º81.15%62.55%-
HSV(B)17.03º65.4%92.94%-
XYZ43.9133.5412.14-
YUV154.1787.27187.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=53.26%
G=28.31%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371268200.470.650.0717.0381.1562.55
HexED7E5202F41711513f
Octal35517612205710172112177
Binary111011011111110101001001011111000001111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7E52; }

 p { color: rgb(237,126,82); }

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

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

 a { background-color: rgb(237,126,82); }

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

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

 span { border-color: rgb(237,126,82); }

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