#EDAB4A

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

Shades of Casablanca #EDAB4A

Tints of Casablanca #EDAB4A

Color information

#EDAB4A (or 0xEDAB4A) is unknown color: approx Casablanca. HEX triplet: ED, AB and 4A. RGB value is (237,171,74). Sum of RGB (Red+Green+Blue) = 237+171+74=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB4A is #1254B5. Grayscale: #B4B4B4. Windows color (decimal): -1201334 or 4893677. OLE color: 4893677.

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

Color convert

RGB23717174-
CMYK00.280.690.07
HSL35.71º81.91%60.98%-
HSV(B)35.71º68.78%92.94%-
XYZ50.7247.6213-
YUV179.6868.37168.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 74 (29.30% from 255) = 15.35%
R=49.17%
G=35.48%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371717400.280.690.0735.7181.9160.98
HexEDAB4A01C45724523d
Octal35525311203410574412275
Binary1110110110101011100101001110010001011111001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB4A; }

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

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

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

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

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

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

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

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