#EEAD4A

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

Shades of Casablanca #EEAD4A

Tints of Casablanca #EEAD4A

Color information

#EEAD4A (or 0xEEAD4A) is unknown color: approx Casablanca. HEX triplet: EE, AD and 4A. RGB value is (238,173,74). Sum of RGB (Red+Green+Blue) = 238+173+74=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD4A is #1152B5. Grayscale: #B5B5B5. Windows color (decimal): -1135286 or 4894190. OLE color: 4894190.

HSL color Cylindrical-coordinate representation of color #EEAD4A: hue angle of 36.22º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEAD4A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23817374-
CMYK00.270.690.07
HSL36.22º82.83%61.18%-
HSV(B)36.22º68.91%93.33%-
XYZ51.4448.5613.14-
YUV181.1567.53168.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 74 (29.30% from 255) = 15.26%
R=49.07%
G=35.67%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381737400.270.690.0736.2282.8361.18
HexEEAD4A01B45724533d
Octal35625511203310574412375
Binary1110111010101101100101001101110001011111001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD4A; }

 p { color: rgb(238,173,74); }

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

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

 a { background-color: rgb(238,173,74); }

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

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

 span { border-color: rgb(238,173,74); }

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