#EFB552

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

Shades of Casablanca #EFB552

Tints of Casablanca #EFB552

Color information

#EFB552 (or 0xEFB552) is unknown color: approx Casablanca. HEX triplet: EF, B5 and 52. RGB value is (239,181,82). Sum of RGB (Red+Green+Blue) = 239+181+82=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 181 (71.09% from 255 or 36.06% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB552 is #104AAD. Grayscale: #BBBBBB. Windows color (decimal): -1067694 or 5420527. OLE color: 5420527.

HSL color Cylindrical-coordinate representation of color #EFB552: hue angle of 37.83º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB552 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB23918182-
CMYK00.240.660.06
HSL37.83º83.07%62.94%-
HSV(B)37.83º65.69%93.73%-
XYZ53.6452.0115.19-
YUV187.0668.72165.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 181 (71.09% from 255) = 36.06%
BLUE value IS 82 (32.42% from 255) = 16.33%
R=47.61%
G=36.06%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391818200.240.660.0637.8383.0762.94
HexEFB55201842626533f
Octal35726512203010264612377
Binary1110111110110101101001001100010000101101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB552; }

 p { color: rgb(239,181,82); }

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

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

 a { background-color: rgb(239,181,82); }

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

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

 span { border-color: rgb(239,181,82); }

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