#EAB05C

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

Shades of Casablanca #EAB05C

Tints of Casablanca #EAB05C

Color information

#EAB05C (or 0xEAB05C) is unknown color: approx Casablanca. HEX triplet: EA, B0 and 5C. RGB value is (234,176,92). Sum of RGB (Red+Green+Blue) = 234+176+92=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB05C is #154FA3. Grayscale: #B8B8B8. Windows color (decimal): -1396644 or 6074602. OLE color: 6074602.

HSL color Cylindrical-coordinate representation of color #EAB05C: hue angle of 35.49º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAB05C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB23417692-
CMYK00.250.610.08
HSL35.49º77.17%63.92%-
HSV(B)35.49º60.68%91.76%-
XYZ51.3949.3216.94-
YUV183.7776.22163.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 176 (69.14% from 255) = 35.06%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=46.61%
G=35.06%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341769200.250.610.0835.4977.1763.92
HexEAB05C0193D8234d40
Octal352260134031751043115100
Binary11101010101100001011100011001111101100010001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB05C; }

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

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

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

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

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

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

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

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