#EDAB51

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

Shades of Casablanca #EDAB51

Tints of Casablanca #EDAB51

Color information

#EDAB51 (or 0xEDAB51) is unknown color: approx Casablanca. HEX triplet: ED, AB and 51. RGB value is (237,171,81). Sum of RGB (Red+Green+Blue) = 237+171+81=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 81 (32.03% from 255 or 16.56% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB51 is #1254AE. Grayscale: #B4B4B4. Windows color (decimal): -1201327 or 5352429. OLE color: 5352429.

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

Color convert

RGB23717181-
CMYK00.280.660.07
HSL34.62º81.25%62.35%-
HSV(B)34.62º65.82%92.94%-
XYZ50.9747.7214.31-
YUV180.4771.87168.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 81 (32.03% from 255) = 16.56%
R=48.47%
G=34.97%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371718100.280.660.0734.6281.2562.35
HexEDAB5101C42723513e
Octal35525312103410274312176
Binary1110110110101011101000101110010000101111000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB51; }

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

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

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

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

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

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

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

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