#EDAC51

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

Shades of Casablanca #EDAC51

Tints of Casablanca #EDAC51

Color information

#EDAC51 (or 0xEDAC51) is unknown color: approx Casablanca. HEX triplet: ED, AC and 51. RGB value is (237,172,81). Sum of RGB (Red+Green+Blue) = 237+172+81=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 81 (32.03% from 255 or 16.53% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAC51 is #1253AE. Grayscale: #B5B5B5. Windows color (decimal): -1201071 or 5352685. OLE color: 5352685.

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

Color convert

RGB23717281-
CMYK00.270.660.07
HSL35º81.25%62.35%-
HSV(B)35º65.82%92.94%-
XYZ51.1648.114.37-
YUV181.0671.53167.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 81 (32.03% from 255) = 16.53%
R=48.37%
G=35.10%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371728100.270.660.073581.2562.35
HexEDAC5101B42723513e
Octal35525412103310274312176
Binary1110110110101100101000101101110000101111000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAC51; }

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

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

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

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

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

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

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

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