#EEAE56

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

Shades of Casablanca #EEAE56

Tints of Casablanca #EEAE56

Color information

#EEAE56 (or 0xEEAE56) is unknown color: approx Casablanca. HEX triplet: EE, AE and 56. RGB value is (238,174,86). Sum of RGB (Red+Green+Blue) = 238+174+86=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAE56 is #1151A9. Grayscale: #B7B7B7. Windows color (decimal): -1135018 or 5680878. OLE color: 5680878.

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

Color convert

RGB23817486-
CMYK00.270.640.07
HSL34.74º81.72%63.53%-
HSV(B)34.74º63.87%93.33%-
XYZ52.0849.1215.54-
YUV183.173.2167.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 86 (33.98% from 255) = 17.27%
R=47.79%
G=34.94%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381748600.270.640.0734.7481.7263.53
HexEEAE5601B407235240
Octal356256126033100743122100
Binary11101110101011101010110011011100000011110001110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE56; }

 p { color: rgb(238,174,86); }

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

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

 a { background-color: rgb(238,174,86); }

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

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

 span { border-color: rgb(238,174,86); }

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