#EDA949

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

Shades of Casablanca #EDA949

Tints of Casablanca #EDA949

Color information

#EDA949 (or 0xEDA949) is unknown color: approx Casablanca. HEX triplet: ED, A9 and 49. RGB value is (237,169,73). Sum of RGB (Red+Green+Blue) = 237+169+73=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 73 (28.91% from 255 or 15.24% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA949 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA949 is #1256B6. Grayscale: #B2B2B2. Windows color (decimal): -1201847 or 4827629. OLE color: 4827629.

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

Color convert

RGB23716973-
CMYK00.290.690.07
HSL35.12º82%60.78%-
HSV(B)35.12º69.2%92.94%-
XYZ50.3246.8612.7-
YUV178.3968.53169.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 169 (66.41% from 255) = 35.28%
BLUE value IS 73 (28.91% from 255) = 15.24%
R=49.48%
G=35.28%
B=15.24%

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
Decimal2371697300.290.690.0735.128260.78
HexEDA94901D45723523d
Octal35525111103510574312275
Binary1110110110101001100100101110110001011111000111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA949; }

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

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

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

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

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

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

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

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