#EDA849

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

Shades of Casablanca #EDA849

Tints of Casablanca #EDA849

Color information

#EDA849 (or 0xEDA849) is unknown color: approx Casablanca. HEX triplet: ED, A8 and 49. RGB value is (237,168,73). Sum of RGB (Red+Green+Blue) = 237+168+73=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA849 is #1257B6. Grayscale: #B2B2B2. Windows color (decimal): -1202103 or 4827373. OLE color: 4827373.

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

Color convert

RGB23716873-
CMYK00.290.690.07
HSL34.76º82%60.78%-
HSV(B)34.76º69.2%92.94%-
XYZ50.1346.4912.63-
YUV177.868.86170.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 168 (66.02% from 255) = 35.15%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=49.58%
G=35.15%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371687300.290.690.0734.768260.78
HexEDA84901D45723523d
Octal35525011103510574312275
Binary1110110110101000100100101110110001011111000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA849; }

 p { color: rgb(237,168,73); }

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

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

 a { background-color: rgb(237,168,73); }

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

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

 span { border-color: rgb(237,168,73); }

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