#EDAC55

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

Shades of Casablanca #EDAC55

Tints of Casablanca #EDAC55

Color information

#EDAC55 (or 0xEDAC55) is unknown color: approx Casablanca. HEX triplet: ED, AC and 55. RGB value is (237,172,85). Sum of RGB (Red+Green+Blue) = 237+172+85=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC55 is #1253AA. Grayscale: #B5B5B5. Windows color (decimal): -1201067 or 5614829. OLE color: 5614829.

HSL color Cylindrical-coordinate representation of color #EDAC55: hue angle of 34.34º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDAC55 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23717285-
CMYK00.270.640.07
HSL34.34º80.85%63.14%-
HSV(B)34.34º64.14%92.94%-
XYZ51.3248.1715.19-
YUV181.5273.53167.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 85 (33.59% from 255) = 17.21%
R=47.98%
G=34.82%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371728500.270.640.0734.3480.8563.14
HexEDAC5501B40722513f
Octal35525412503310074212177
Binary1110110110101100101010101101110000001111000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC55; }

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

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

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

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

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

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

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

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