#EAAD4B

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

Shades of Casablanca #EAAD4B

Tints of Casablanca #EAAD4B

Color information

#EAAD4B (or 0xEAAD4B) is unknown color: approx Casablanca. HEX triplet: EA, AD and 4B. RGB value is (234,173,75). Sum of RGB (Red+Green+Blue) = 234+173+75=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAD4B is #1552B4. Grayscale: #B4B4B4. Windows color (decimal): -1397429 or 4959722. OLE color: 4959722.

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

Color convert

RGB23417375-
CMYK00.260.680.08
HSL36.98º79.1%60.59%-
HSV(B)36.98º67.95%91.76%-
XYZ50.1547.8913.26-
YUV180.0768.71166.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 75 (29.69% from 255) = 15.56%
R=48.55%
G=35.89%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341737500.260.680.0836.9879.160.59
HexEAAD4B01A448254f3d
Octal352255113032104104511775
Binary11101010101011011001011011010100010010001001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD4B; }

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

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

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

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

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

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

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

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