#EAAD4D

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

Shades of Casablanca #EAAD4D

Tints of Casablanca #EAAD4D

Color information

#EAAD4D (or 0xEAAD4D) is unknown color: approx Casablanca. HEX triplet: EA, AD and 4D. RGB value is (234,173,77). Sum of RGB (Red+Green+Blue) = 234+173+77=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAD4D is #1552B2. Grayscale: #B4B4B4. Windows color (decimal): -1397427 or 5090794. OLE color: 5090794.

HSL color Cylindrical-coordinate representation of color #EAAD4D: hue angle of 36.69º 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 #EAAD4D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB23417377-
CMYK00.260.670.08
HSL36.69º78.89%60.98%-
HSV(B)36.69º67.09%91.76%-
XYZ50.2147.9213.62-
YUV180.369.71166.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 77 (30.47% from 255) = 15.91%
R=48.35%
G=35.74%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341737700.260.670.0836.6978.8960.98
HexEAAD4D01A438254f3d
Octal352255115032103104511775
Binary11101010101011011001101011010100001110001001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD4D; }

 p { color: rgb(234,173,77); }

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

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

 a { background-color: rgb(234,173,77); }

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

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

 span { border-color: rgb(234,173,77); }

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