#EB7F54

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

Shades of Crusta #EB7F54

Tints of Crusta #EB7F54

Color information

#EB7F54 (or 0xEB7F54) is unknown color: approx Crusta. HEX triplet: EB, 7F and 54. RGB value is (235,127,84). Sum of RGB (Red+Green+Blue) = 235+127+84=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7F54 is #1480AB. Grayscale: #9A9A9A. Windows color (decimal): -1343660 or 5537771. OLE color: 5537771.

HSL color Cylindrical-coordinate representation of color #EB7F54: hue angle of 17.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB7F54 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23512784-
CMYK00.460.640.08
HSL17.09º79.06%62.55%-
HSV(B)17.09º64.26%92.16%-
XYZ43.4533.4812.56-
YUV154.3988.28185.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.69%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 84 (33.20% from 255) = 18.83%
R=52.69%
G=28.48%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351278400.460.640.0817.0979.0662.55
HexEB7F5402E408114f3f
Octal353177124056100102111777
Binary1110101111111111010100010111010000001000100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7F54; }

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

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

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

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

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

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

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

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