#EDAC59

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

Shades of Casablanca #EDAC59

Tints of Casablanca #EDAC59

Color information

#EDAC59 (or 0xEDAC59) is unknown color: approx Casablanca. HEX triplet: ED, AC and 59. RGB value is (237,172,89). Sum of RGB (Red+Green+Blue) = 237+172+89=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 89 (35.16% from 255 or 17.87% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC59 is #1253A6. Grayscale: #B6B6B6. Windows color (decimal): -1201063 or 5876973. OLE color: 5876973.

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

Color convert

RGB23717289-
CMYK00.270.620.07
HSL33.65º80.43%63.92%-
HSV(B)33.65º62.45%92.94%-
XYZ51.4848.2316.05-
YUV181.9775.53167.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 89 (35.16% from 255) = 17.87%
R=47.59%
G=34.54%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371728900.270.620.0733.6580.4363.92
HexEDAC5901B3E7225040
Octal35525413103376742120100
Binary1110110110101100101100101101111111011110001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC59; }

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

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

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

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

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

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

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

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