#EBB45D

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

Shades of Casablanca #EBB45D

Tints of Casablanca #EBB45D

Color information

#EBB45D (or 0xEBB45D) is unknown color: approx Casablanca. HEX triplet: EB, B4 and 5D. RGB value is (235,180,93). Sum of RGB (Red+Green+Blue) = 235+180+93=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB45D is #144BA2. Grayscale: #BABABA. Windows color (decimal): -1330083 or 6141163. OLE color: 6141163.

HSL color Cylindrical-coordinate representation of color #EBB45D: hue angle of 36.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBB45D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23518093-
CMYK00.230.600.08
HSL36.76º78.02%64.31%-
HSV(B)36.76º60.43%92.16%-
XYZ52.5651.0917.45-
YUV186.5375.22162.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=46.26%
G=35.43%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351809300.230.600.0836.7678.0264.31
HexEBB45D0173C8254e40
Octal353264135027741045116100
Binary11101011101101001011101010111111100100010010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB45D; }

 p { color: rgb(235,180,93); }

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

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

 a { background-color: rgb(235,180,93); }

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

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

 span { border-color: rgb(235,180,93); }

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