#EAA44E

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

Shades of Casablanca #EAA44E

Tints of Casablanca #EAA44E

Color information

#EAA44E (or 0xEAA44E) is unknown color: approx Casablanca. HEX triplet: EA, A4 and 4E. RGB value is (234,164,78). Sum of RGB (Red+Green+Blue) = 234+164+78=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA44E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA44E is #155BB1. Grayscale: #AFAFAF. Windows color (decimal): -1399730 or 5154026. OLE color: 5154026.

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

Color convert

RGB23416478-
CMYK00.300.670.08
HSL33.08º78.79%61.18%-
HSV(B)33.08º66.67%91.76%-
XYZ48.5844.5913.25-
YUV175.1373.19169.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 164 (64.45% from 255) = 34.45%
BLUE value IS 78 (30.86% from 255) = 16.39%
R=49.16%
G=34.45%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341647800.300.670.0833.0878.7961.18
HexEAA44E01E438214f3d
Octal352244116036103104111775
Binary11101010101001001001110011110100001110001000011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA44E; }

 p { color: rgb(234,164,78); }

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

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

 a { background-color: rgb(234,164,78); }

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

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

 span { border-color: rgb(234,164,78); }

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