#EAAE5D

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

Shades of Casablanca #EAAE5D

Tints of Casablanca #EAAE5D

Color information

#EAAE5D (or 0xEAAE5D) is unknown color: approx Casablanca. HEX triplet: EA, AE and 5D. RGB value is (234,174,93). Sum of RGB (Red+Green+Blue) = 234+174+93=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE5D is #1551A2. Grayscale: #B7B7B7. Windows color (decimal): -1397155 or 6139626. OLE color: 6139626.

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

Color convert

RGB23417493-
CMYK00.260.600.08
HSL34.47º77.05%64.12%-
HSV(B)34.47º60.26%91.76%-
XYZ51.0448.5517.04-
YUV182.7177.38164.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 93 (36.72% from 255) = 18.56%
R=46.71%
G=34.73%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341749300.260.600.0834.4777.0564.12
HexEAAE5D01A3C8224d40
Octal352256135032741042115100
Binary11101010101011101011101011010111100100010001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE5D; }

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

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

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

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

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

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

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

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