#EEB75B

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

Shades of Casablanca #EEB75B

Tints of Casablanca #EEB75B

Color information

#EEB75B (or 0xEEB75B) is unknown color: approx Casablanca. HEX triplet: EE, B7 and 5B. RGB value is (238,183,91). Sum of RGB (Red+Green+Blue) = 238+183+91=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB75B is #1148A4. Grayscale: #BDBDBD. Windows color (decimal): -1132709 or 6010862. OLE color: 6010862.

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

Color convert

RGB23818391-
CMYK00.230.620.07
HSL37.55º81.22%64.51%-
HSV(B)37.55º61.76%93.33%-
XYZ54.0852.817.24-
YUV188.9672.72162.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.48%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 91 (35.94% from 255) = 17.77%
R=46.48%
G=35.74%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381839100.230.620.0737.5581.2264.51
HexEEB75B0173E7265141
Octal35626713302776746121101
Binary1110111010110111101101101011111111011110011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB75B; }

 p { color: rgb(238,183,91); }

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

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

 a { background-color: rgb(238,183,91); }

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

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

 span { border-color: rgb(238,183,91); }

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