#EAAE5A

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

Shades of Casablanca #EAAE5A

Tints of Casablanca #EAAE5A

Color information

#EAAE5A (or 0xEAAE5A) is unknown color: approx Casablanca. HEX triplet: EA, AE and 5A. RGB value is (234,174,90). Sum of RGB (Red+Green+Blue) = 234+174+90=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE5A is #1551A5. Grayscale: #B6B6B6. Windows color (decimal): -1397158 or 5943018. OLE color: 5943018.

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

Color convert

RGB23417490-
CMYK00.260.620.08
HSL35º77.42%63.53%-
HSV(B)35º61.54%91.76%-
XYZ50.9148.516.35-
YUV182.3675.88164.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 90 (35.55% from 255) = 18.07%
R=46.99%
G=34.94%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341749000.260.620.083577.4263.53
HexEAAE5A01A3E8234d40
Octal352256132032761043115100
Binary11101010101011101011010011010111110100010001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE5A; }

 p { color: rgb(234,174,90); }

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

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

 a { background-color: rgb(234,174,90); }

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

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

 span { border-color: rgb(234,174,90); }

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