#EDAD57

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

Shades of Casablanca #EDAD57

Tints of Casablanca #EDAD57

Color information

#EDAD57 (or 0xEDAD57) is unknown color: approx Casablanca. HEX triplet: ED, AD and 57. RGB value is (237,173,87). Sum of RGB (Red+Green+Blue) = 237+173+87=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD57 is #1252A8. Grayscale: #B6B6B6. Windows color (decimal): -1200809 or 5746157. OLE color: 5746157.

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

Color convert

RGB23717387-
CMYK00.270.630.07
HSL34.4º80.65%63.53%-
HSV(B)34.4º63.29%92.94%-
XYZ51.5948.5815.67-
YUV182.3374.2166.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 87 (34.38% from 255) = 17.51%
R=47.69%
G=34.81%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371738700.270.630.0734.480.6563.53
HexEDAD5701B3F7225140
Octal35525512703377742121100
Binary1110110110101101101011101101111111111110001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD57; }

 p { color: rgb(237,173,87); }

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

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

 a { background-color: rgb(237,173,87); }

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

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

 span { border-color: rgb(237,173,87); }

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