#EEAE5B

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

Shades of Casablanca #EEAE5B

Tints of Casablanca #EEAE5B

Color information

#EEAE5B (or 0xEEAE5B) is unknown color: approx Casablanca. HEX triplet: EE, AE and 5B. RGB value is (238,174,91). Sum of RGB (Red+Green+Blue) = 238+174+91=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAE5B is #1151A4. Grayscale: #B8B8B8. Windows color (decimal): -1135013 or 6008558. OLE color: 6008558.

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

Color convert

RGB23817491-
CMYK00.270.620.07
HSL33.88º81.22%64.51%-
HSV(B)33.88º61.76%93.33%-
XYZ52.2849.216.64-
YUV183.6775.7166.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 91 (35.94% from 255) = 18.09%
R=47.32%
G=34.59%
B=18.09%

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
Decimal2381749100.270.620.0733.8881.2264.51
HexEEAE5B01B3E7225141
Octal35625613303376742121101
Binary1110111010101110101101101101111111011110001010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAE5B; }

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

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

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

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

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

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

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

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