#EDAD5E

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

Shades of Casablanca #EDAD5E

Tints of Casablanca #EDAD5E

Color information

#EDAD5E (or 0xEDAD5E) is unknown color: approx Casablanca. HEX triplet: ED, AD and 5E. RGB value is (237,173,94). Sum of RGB (Red+Green+Blue) = 237+173+94=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD5E is #1252A1. Grayscale: #B7B7B7. Windows color (decimal): -1200802 or 6204909. OLE color: 6204909.

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

Color convert

RGB23717394-
CMYK00.270.600.07
HSL33.15º79.89%64.9%-
HSV(B)33.15º60.34%92.94%-
XYZ51.8948.717.25-
YUV183.1377.7166.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 94 (37.11% from 255) = 18.65%
R=47.02%
G=34.33%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371739400.270.600.0733.1579.8964.9
HexEDAD5E01B3C7215041
Octal35525513603374741120101
Binary1110110110101101101111001101111110011110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAD5E; }

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

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

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

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

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

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

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

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