#ed8754

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

Shades of Crusta #ED8754

Tints of Crusta #ED8754

Color information

#ED8754 (or 0xED8754) is unknown color: approx Crusta. HEX triplet: ED, 87 and 54. RGB value is (237,135,84). Sum of RGB (Red+Green+Blue) = 237+135+84=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 135 (53.12% from 255 or 29.61% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8754 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8754 is #1278AB. Grayscale: #9F9F9F. Windows color (decimal): -1210540 or 5539821. OLE color: 5539821.

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

Color convert

RGB23713584-
CMYK00.430.650.07
HSL20º80.95%62.94%-
HSV(B)20º64.56%92.94%-
XYZ45.1935.9712.95-
YUV159.6885.29183.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.97%
GREEN value IS 135 (53.12% from 255) = 29.61%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=51.97%
G=29.61%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371358400.430.650.072080.9562.94
HexED875402B41714513f
Octal35520712405310172412177
Binary1110110110000111101010001010111000001111101001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8754; }

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

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

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

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

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

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

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

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