#EDAC54

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

Shades of Casablanca #EDAC54

Tints of Casablanca #EDAC54

Color information

#EDAC54 (or 0xEDAC54) is unknown color: approx Casablanca. HEX triplet: ED, AC and 54. RGB value is (237,172,84). Sum of RGB (Red+Green+Blue) = 237+172+84=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC54 is #1253AB. Grayscale: #B5B5B5. Windows color (decimal): -1201068 or 5549293. OLE color: 5549293.

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

Color convert

RGB23717284-
CMYK00.270.650.07
HSL34.51º80.95%62.94%-
HSV(B)34.51º64.56%92.94%-
XYZ51.2848.1514.98-
YUV181.473.03167.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 84 (33.20% from 255) = 17.04%
R=48.07%
G=34.89%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371728400.270.650.0734.5180.9562.94
HexEDAC5401B41723513f
Octal35525412403310174312177
Binary1110110110101100101010001101110000011111000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC54; }

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

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

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

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

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

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

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

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