#EEB35A

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

Shades of Casablanca #EEB35A

Tints of Casablanca #EEB35A

Color information

#EEB35A (or 0xEEB35A) is unknown color: approx Casablanca. HEX triplet: EE, B3 and 5A. RGB value is (238,179,90). Sum of RGB (Red+Green+Blue) = 238+179+90=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB35A is #114CA5. Grayscale: #BABABA. Windows color (decimal): -1133734 or 5944302. OLE color: 5944302.

HSL color Cylindrical-coordinate representation of color #EEB35A: hue angle of 36.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEB35A is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23817990-
CMYK00.250.620.07
HSL36.08º81.32%64.31%-
HSV(B)36.08º62.18%93.33%-
XYZ53.2351.1616.74-
YUV186.4973.55164.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.94%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 90 (35.55% from 255) = 17.75%
R=46.94%
G=35.31%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381799000.250.620.0736.0881.3264.31
HexEEB35A0193E7245140
Octal35626313203176744121100
Binary1110111010110011101101001100111111011110010010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB35A; }

 p { color: rgb(238,179,90); }

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

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

 a { background-color: rgb(238,179,90); }

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

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

 span { border-color: rgb(238,179,90); }

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