#EAA84B

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

Shades of Casablanca #EAA84B

Tints of Casablanca #EAA84B

Color information

#EAA84B (or 0xEAA84B) is unknown color: approx Casablanca. HEX triplet: EA, A8 and 4B. RGB value is (234,168,75). Sum of RGB (Red+Green+Blue) = 234+168+75=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA84B is #1557B4. Grayscale: #B1B1B1. Windows color (decimal): -1398709 or 4958442. OLE color: 4958442.

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

Color convert

RGB23416875-
CMYK00.280.680.08
HSL35.09º79.1%60.59%-
HSV(B)35.09º67.95%91.76%-
XYZ49.246.0112.94-
YUV177.1370.37168.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.06%
GREEN value IS 168 (66.02% from 255) = 35.22%
BLUE value IS 75 (29.69% from 255) = 15.72%
R=49.06%
G=35.22%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341687500.280.680.0835.0979.160.59
HexEAA84B01C448234f3d
Octal352250113034104104311775
Binary11101010101010001001011011100100010010001000111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA84B; }

 p { color: rgb(234,168,75); }

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

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

 a { background-color: rgb(234,168,75); }

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

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

 span { border-color: rgb(234,168,75); }

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