#EEB65D

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

Shades of Casablanca #EEB65D

Tints of Casablanca #EEB65D

Color information

#EEB65D (or 0xEEB65D) is unknown color: approx Casablanca. HEX triplet: EE, B6 and 5D. RGB value is (238,182,93). Sum of RGB (Red+Green+Blue) = 238+182+93=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB65D is #1149A2. Grayscale: #BDBDBD. Windows color (decimal): -1132963 or 6141678. OLE color: 6141678.

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

Color convert

RGB23818293-
CMYK00.240.610.07
HSL36.83º81.01%64.9%-
HSV(B)36.83º60.92%93.33%-
XYZ53.9652.4217.63-
YUV188.674.05163.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 182 (71.48% from 255) = 35.48%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=46.39%
G=35.48%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381829300.240.610.0736.8381.0164.9
HexEEB65D0183D7255141
Octal35626613503075745121101
Binary1110111010110110101110101100011110111110010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB65D; }

 p { color: rgb(238,182,93); }

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

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

 a { background-color: rgb(238,182,93); }

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

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

 span { border-color: rgb(238,182,93); }

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