#EAA757

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

Shades of Casablanca #EAA757

Tints of Casablanca #EAA757

Color information

#EAA757 (or 0xEAA757) is unknown color: approx Casablanca. HEX triplet: EA, A7 and 57. RGB value is (234,167,87). Sum of RGB (Red+Green+Blue) = 234+167+87=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA757 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA757 is #1558A8. Grayscale: #B2B2B2. Windows color (decimal): -1398953 or 5744618. OLE color: 5744618.

HSL color Cylindrical-coordinate representation of color #EAA757: hue angle of 32.65º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EAA757 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB23416787-
CMYK00.290.630.08
HSL32.65º77.78%62.94%-
HSV(B)32.65º62.82%91.76%-
XYZ49.4745.8215.25-
YUV177.9176.7168-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.95%
GREEN value IS 167 (65.62% from 255) = 34.22%
BLUE value IS 87 (34.38% from 255) = 17.83%
R=47.95%
G=34.22%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341678700.290.630.0832.6577.7862.94
HexEAA75701D3F8214e3f
Octal35224712703577104111677
Binary1110101010100111101011101110111111110001000011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA757; }

 p { color: rgb(234,167,87); }

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

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

 a { background-color: rgb(234,167,87); }

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

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

 span { border-color: rgb(234,167,87); }

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