#ED7F54

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

Shades of Crusta #ED7F54

Tints of Crusta #ED7F54

Color information

#ED7F54 (or 0xED7F54) is unknown color: approx Crusta. HEX triplet: ED, 7F and 54. RGB value is (237,127,84). Sum of RGB (Red+Green+Blue) = 237+127+84=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F54 is #1280AB. Grayscale: #9B9B9B. Windows color (decimal): -1212588 or 5537773. OLE color: 5537773.

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

Color convert

RGB23712784-
CMYK00.460.650.07
HSL16.86º80.95%62.94%-
HSV(B)16.86º64.56%92.94%-
XYZ44.1133.8212.59-
YUV154.9987.94186.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.90%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 84 (33.20% from 255) = 18.75%
R=52.90%
G=28.35%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371278400.460.650.0716.8680.9562.94
HexED7F5402E41711513f
Octal35517712405610172112177
Binary111011011111111101010001011101000001111100011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7F54; }

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

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

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

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

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

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

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

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