#EDAB48

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

Shades of Casablanca #EDAB48

Tints of Casablanca #EDAB48

Color information

#EDAB48 (or 0xEDAB48) is unknown color: approx Casablanca. HEX triplet: ED, AB and 48. RGB value is (237,171,72). Sum of RGB (Red+Green+Blue) = 237+171+72=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB48 is #1254B7. Grayscale: #B3B3B3. Windows color (decimal): -1201336 or 4762605. OLE color: 4762605.

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

Color convert

RGB23717172-
CMYK00.280.700.07
HSL36º82.09%60.59%-
HSV(B)36º69.62%92.94%-
XYZ50.6647.612.65-
YUV179.4567.37169.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 72 (28.52% from 255) = 15%
R=49.38%
G=35.62%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371717200.280.700.073682.0960.59
HexEDAB4801C46724523d
Octal35525311003410674412275
Binary1110110110101011100100001110010001101111001001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB48; }

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

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

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

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

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

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

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

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