#EDAE5A

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

Shades of Casablanca #EDAE5A

Tints of Casablanca #EDAE5A

Color information

#EDAE5A (or 0xEDAE5A) is unknown color: approx Casablanca. HEX triplet: ED, AE and 5A. RGB value is (237,174,90). Sum of RGB (Red+Green+Blue) = 237+174+90=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE5A is #1251A5. Grayscale: #B7B7B7. Windows color (decimal): -1200550 or 5943021. OLE color: 5943021.

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

Color convert

RGB23717490-
CMYK00.270.620.07
HSL34.29º80.33%64.12%-
HSV(B)34.29º62.03%92.94%-
XYZ51.9149.0116.4-
YUV183.2675.37166.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 90 (35.55% from 255) = 17.96%
R=47.31%
G=34.73%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371749000.270.620.0734.2980.3364.12
HexEDAE5A01B3E7225040
Octal35525613203376742120100
Binary1110110110101110101101001101111111011110001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAE5A; }

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

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

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

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

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

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

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

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