#EBB55D

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

Shades of Casablanca #EBB55D

Tints of Casablanca #EBB55D

Color information

#EBB55D (or 0xEBB55D) is unknown color: approx Casablanca. HEX triplet: EB, B5 and 5D. RGB value is (235,181,93). Sum of RGB (Red+Green+Blue) = 235+181+93=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB55D is #144AA2. Grayscale: #BBBBBB. Windows color (decimal): -1329827 or 6141419. OLE color: 6141419.

HSL color Cylindrical-coordinate representation of color #EBB55D: hue angle of 37.18º 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 #EBB55D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23518193-
CMYK00.230.600.08
HSL37.18º78.02%64.31%-
HSV(B)37.18º60.43%92.16%-
XYZ52.7651.517.52-
YUV187.1174.89162.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.17%
GREEN value IS 181 (71.09% from 255) = 35.56%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=46.17%
G=35.56%
B=18.27%

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
Decimal2351819300.230.600.0837.1878.0264.31
HexEBB55D0173C8254e40
Octal353265135027741045116100
Binary11101011101101011011101010111111100100010010110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB55D; }

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

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

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

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

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

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

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

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