#EEB346

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

Shades of Casablanca #EEB346

Tints of Casablanca #EEB346

Color information

#EEB346 (or 0xEEB346) is unknown color: approx Casablanca. HEX triplet: EE, B3 and 46. RGB value is (238,179,70). Sum of RGB (Red+Green+Blue) = 238+179+70=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB346 is #114CB9. Grayscale: #B8B8B8. Windows color (decimal): -1133754 or 4633582. OLE color: 4633582.

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

Color convert

RGB23817970-
CMYK00.250.710.07
HSL38.93º83.17%60.39%-
HSV(B)38.93º70.59%93.33%-
XYZ52.4950.8612.84-
YUV184.2163.55166.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.87%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 70 (27.73% from 255) = 14.37%
R=48.87%
G=36.76%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381797000.250.710.0738.9383.1760.39
HexEEB34601947727533c
Octal35626310603110774712374
Binary1110111010110011100011001100110001111111001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB346; }

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

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

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

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

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

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

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

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