#EDAE54

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

Shades of Casablanca #EDAE54

Tints of Casablanca #EDAE54

Color information

#EDAE54 (or 0xEDAE54) is unknown color: approx Casablanca. HEX triplet: ED, AE and 54. RGB value is (237,174,84). Sum of RGB (Red+Green+Blue) = 237+174+84=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE54 is #1251AB. Grayscale: #B7B7B7. Windows color (decimal): -1200556 or 5549805. OLE color: 5549805.

HSL color Cylindrical-coordinate representation of color #EDAE54: hue angle of 35.29º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDAE54 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23717484-
CMYK00.270.650.07
HSL35.29º80.95%62.94%-
HSV(B)35.29º64.56%92.94%-
XYZ51.6648.9215.11-
YUV182.5872.37166.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 84 (33.20% from 255) = 16.97%
R=47.88%
G=35.15%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371748400.270.650.0735.2980.9562.94
HexEDAE5401B41723513f
Octal35525612403310174312177
Binary1110110110101110101010001101110000011111000111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE54; }

 p { color: rgb(237,174,84); }

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

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

 a { background-color: rgb(237,174,84); }

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

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

 span { border-color: rgb(237,174,84); }

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