#EEB85C

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

Shades of Casablanca #EEB85C

Tints of Casablanca #EEB85C

Color information

#EEB85C (or 0xEEB85C) is unknown color: approx Casablanca. HEX triplet: EE, B8 and 5C. RGB value is (238,184,92). Sum of RGB (Red+Green+Blue) = 238+184+92=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB85C is #1147A3. Grayscale: #BEBEBE. Windows color (decimal): -1132452 or 6076654. OLE color: 6076654.

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

Color convert

RGB23818492-
CMYK00.230.610.07
HSL37.81º81.11%64.71%-
HSV(B)37.81º61.34%93.33%-
XYZ54.3353.2317.54-
YUV189.6672.89162.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=46.30%
G=35.80%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381849200.230.610.0737.8181.1164.71
HexEEB85C0173D7265141
Octal35627013402775746121101
Binary1110111010111000101110001011111110111110011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB85C; }

 p { color: rgb(238,184,92); }

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

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

 a { background-color: rgb(238,184,92); }

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

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

 span { border-color: rgb(238,184,92); }

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