#EDAB50

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

Shades of Casablanca #EDAB50

Tints of Casablanca #EDAB50

Color information

#EDAB50 (or 0xEDAB50) is unknown color: approx Casablanca. HEX triplet: ED, AB and 50. RGB value is (237,171,80). Sum of RGB (Red+Green+Blue) = 237+171+80=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB50 is #1254AF. Grayscale: #B4B4B4. Windows color (decimal): -1201328 or 5286893. OLE color: 5286893.

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

Color convert

RGB23717180-
CMYK00.280.660.07
HSL34.78º81.35%62.16%-
HSV(B)34.78º66.24%92.94%-
XYZ50.9447.7114.11-
YUV180.3671.37168.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.57%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 80 (31.64% from 255) = 16.39%
R=48.57%
G=35.04%
B=16.39%

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
Decimal2371718000.280.660.0734.7881.3562.16
HexEDAB5001C42723513e
Octal35525312003410274312176
Binary1110110110101011101000001110010000101111000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB50; }

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

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

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

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

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

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

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

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