#EDAD5D

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

Shades of Casablanca #EDAD5D

Tints of Casablanca #EDAD5D

Color information

#EDAD5D (or 0xEDAD5D) is unknown color: approx Casablanca. HEX triplet: ED, AD and 5D. RGB value is (237,173,93). Sum of RGB (Red+Green+Blue) = 237+173+93=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5D is #1252A2. Grayscale: #B7B7B7. Windows color (decimal): -1200803 or 6139373. OLE color: 6139373.

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

Color convert

RGB23717393-
CMYK00.270.610.07
HSL33.33º80%64.71%-
HSV(B)33.33º60.76%92.94%-
XYZ51.8448.6817.02-
YUV183.0277.2166.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=47.12%
G=34.39%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371739300.270.610.0733.338064.71
HexEDAD5D01B3D7215041
Octal35525513503375741120101
Binary1110110110101101101110101101111110111110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD5D; }

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

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

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

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

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

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

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

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