#EAAE4B

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

Shades of Casablanca #EAAE4B

Tints of Casablanca #EAAE4B

Color information

#EAAE4B (or 0xEAAE4B) is unknown color: approx Casablanca. HEX triplet: EA, AE and 4B. RGB value is (234,174,75). Sum of RGB (Red+Green+Blue) = 234+174+75=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE4B is #1551B4. Grayscale: #B5B5B5. Windows color (decimal): -1397173 or 4959978. OLE color: 4959978.

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

Color convert

RGB23417475-
CMYK00.260.680.08
HSL37.36º79.1%60.59%-
HSV(B)37.36º67.95%91.76%-
XYZ50.3448.2713.32-
YUV180.6568.38166.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 174 (68.36% from 255) = 36.02%
BLUE value IS 75 (29.69% from 255) = 15.53%
R=48.45%
G=36.02%
B=15.53%

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
Decimal2341747500.260.680.0837.3679.160.59
HexEAAE4B01A448254f3d
Octal352256113032104104511775
Binary11101010101011101001011011010100010010001001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAE4B; }

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

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

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

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

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

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

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

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