#EAB056

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

Shades of Casablanca #EAB056

Tints of Casablanca #EAB056

Color information

#EAB056 (or 0xEAB056) is unknown color: approx Casablanca. HEX triplet: EA, B0 and 56. RGB value is (234,176,86). Sum of RGB (Red+Green+Blue) = 234+176+86=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB056 is #154FA9. Grayscale: #B7B7B7. Windows color (decimal): -1396650 or 5681386. OLE color: 5681386.

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

Color convert

RGB23417686-
CMYK00.250.630.08
HSL36.49º77.89%62.75%-
HSV(B)36.49º63.25%91.76%-
XYZ51.1449.2115.61-
YUV183.0873.22164.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 86 (33.98% from 255) = 17.34%
R=47.18%
G=35.48%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341768600.250.630.0836.4977.8962.75
HexEAB0560193F8244e3f
Octal35226012603177104411677
Binary1110101010110000101011001100111111110001001001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB056; }

 p { color: rgb(234,176,86); }

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

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

 a { background-color: rgb(234,176,86); }

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

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

 span { border-color: rgb(234,176,86); }

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