#EAAA51

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

Shades of Casablanca #EAAA51

Tints of Casablanca #EAAA51

Color information

#EAAA51 (or 0xEAAA51) is unknown color: approx Casablanca. HEX triplet: EA, AA and 51. RGB value is (234,170,81). Sum of RGB (Red+Green+Blue) = 234+170+81=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 81 (32.03% from 255 or 16.70% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA51 is #1555AE. Grayscale: #B3B3B3. Windows color (decimal): -1398191 or 5352170. OLE color: 5352170.

HSL color Cylindrical-coordinate representation of color #EAAA51: hue angle of 34.9º 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 #EAAA51 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB23417081-
CMYK00.270.650.08
HSL34.9º78.46%61.76%-
HSV(B)34.9º65.38%91.76%-
XYZ49.7946.8414.2-
YUV178.9972.7167.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 81 (32.03% from 255) = 16.70%
R=48.25%
G=35.05%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341708100.270.650.0834.978.4661.76
HexEAAA5101B418234e3e
Octal352252121033101104311676
Binary11101010101010101010001011011100000110001000111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA51; }

 p { color: rgb(234,170,81); }

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

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

 a { background-color: rgb(234,170,81); }

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

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

 span { border-color: rgb(234,170,81); }

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