#EAA552

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

Shades of Casablanca #EAA552

Tints of Casablanca #EAA552

Color information

#EAA552 (or 0xEAA552) is unknown color: approx Casablanca. HEX triplet: EA, A5 and 52. RGB value is (234,165,82). Sum of RGB (Red+Green+Blue) = 234+165+82=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA552 is #155AAD. Grayscale: #B0B0B0. Windows color (decimal): -1399470 or 5416426. OLE color: 5416426.

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

Color convert

RGB23416582-
CMYK00.290.650.08
HSL32.76º78.35%61.96%-
HSV(B)32.76º64.96%91.76%-
XYZ48.9145.0114.09-
YUV176.1774.86169.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 165 (64.84% from 255) = 34.30%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=48.65%
G=34.30%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341658200.290.650.0832.7678.3561.96
HexEAA55201D418214e3e
Octal352245122035101104111676
Binary11101010101001011010010011101100000110001000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA552; }

 p { color: rgb(234,165,82); }

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

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

 a { background-color: rgb(234,165,82); }

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

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

 span { border-color: rgb(234,165,82); }

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