#EDAD53

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

Shades of Casablanca #EDAD53

Tints of Casablanca #EDAD53

Color information

#EDAD53 (or 0xEDAD53) is unknown color: approx Casablanca. HEX triplet: ED, AD and 53. RGB value is (237,173,83). Sum of RGB (Red+Green+Blue) = 237+173+83=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD53 is #1252AC. Grayscale: #B6B6B6. Windows color (decimal): -1200813 or 5484013. OLE color: 5484013.

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

Color convert

RGB23717383-
CMYK00.270.650.07
HSL35.06º81.05%62.75%-
HSV(B)35.06º64.98%92.94%-
XYZ51.4348.5214.84-
YUV181.8872.2167.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 173 (67.97% from 255) = 35.09%
BLUE value IS 83 (32.81% from 255) = 16.84%
R=48.07%
G=35.09%
B=16.84%

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
Decimal2371738300.270.650.0735.0681.0562.75
HexEDAD5301B41723513f
Octal35525512303310174312177
Binary1110110110101101101001101101110000011111000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD53; }

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

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

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

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

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

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

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

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