#eeb245

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

Shades of Casablanca #EEB245

Tints of Casablanca #EEB245

Color information

#EEB245 (or 0xEEB245) is unknown color: approx Casablanca. HEX triplet: EE, B2 and 45. RGB value is (238,178,69). Sum of RGB (Red+Green+Blue) = 238+178+69=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB245 is #114DBA. Grayscale: #B8B8B8. Windows color (decimal): -1134011 or 4567790. OLE color: 4567790.

HSL color Cylindrical-coordinate representation of color #EEB245: hue angle of 38.7º 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 #EEB245 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23817869-
CMYK00.250.710.07
HSL38.7º83.25%60.2%-
HSV(B)38.7º71.01%93.33%-
XYZ52.2550.4512.61-
YUV183.5163.38166.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.07%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 69 (27.34% from 255) = 14.23%
R=49.07%
G=36.70%
B=14.23%

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
Decimal2381786900.250.710.0738.783.2560.2
HexEEB24501947727533c
Octal35626210503110774712374
Binary1110111010110010100010101100110001111111001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eeb245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eeb245; }

 p { color: rgb(238,178,69); }

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

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

 a { background-color: rgb(238,178,69); }

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

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

 span { border-color: rgb(238,178,69); }

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