#EAA94F

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

Shades of Casablanca #EAA94F

Tints of Casablanca #EAA94F

Color information

#EAA94F (or 0xEAA94F) is unknown color: approx Casablanca. HEX triplet: EA, A9 and 4F. RGB value is (234,169,79). Sum of RGB (Red+Green+Blue) = 234+169+79=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA94F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA94F is #1556B0. Grayscale: #B2B2B2. Windows color (decimal): -1398449 or 5220842. OLE color: 5220842.

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

Color convert

RGB23416979-
CMYK00.280.660.08
HSL34.84º78.68%61.37%-
HSV(B)34.84º66.24%91.76%-
XYZ49.5346.4313.75-
YUV178.1872.03167.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 79 (31.25% from 255) = 16.39%
R=48.55%
G=35.06%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341697900.280.660.0834.8478.6861.37
HexEAA94F01C428234f3d
Octal352251117034102104311775
Binary11101010101010011001111011100100001010001000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA94F; }

 p { color: rgb(234,169,79); }

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

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

 a { background-color: rgb(234,169,79); }

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

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

 span { border-color: rgb(234,169,79); }

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