#ED8D54

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

Shades of Crusta #ED8D54

Tints of Crusta #ED8D54

Color information

#ED8D54 (or 0xED8D54) is unknown color: approx Crusta. HEX triplet: ED, 8D and 54. RGB value is (237,141,84). Sum of RGB (Red+Green+Blue) = 237+141+84=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D54 is #1272AB. Grayscale: #A3A3A3. Windows color (decimal): -1209004 or 5541357. OLE color: 5541357.

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

Color convert

RGB23714184-
CMYK00.410.650.07
HSL22.35º80.95%62.94%-
HSV(B)22.35º64.56%92.94%-
XYZ46.0537.6913.24-
YUV163.2183.3180.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.30%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 84 (33.20% from 255) = 18.18%
R=51.30%
G=30.52%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371418400.410.650.0722.3580.9562.94
HexED8D5402941716513f
Octal35521512405110172612177
Binary1110110110001101101010001010011000001111101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D54; }

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

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

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

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

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

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

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

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