#efb551

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

Shades of Casablanca #EFB551

Tints of Casablanca #EFB551

Color information

#EFB551 (or 0xEFB551) is unknown color: approx Casablanca. HEX triplet: EF, B5 and 51. RGB value is (239,181,81). Sum of RGB (Red+Green+Blue) = 239+181+81=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB551 is #104AAE. Grayscale: #BBBBBB. Windows color (decimal): -1067695 or 5354991. OLE color: 5354991.

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

Color convert

RGB23918181-
CMYK00.240.660.06
HSL37.97º83.16%62.75%-
HSV(B)37.97º66.11%93.73%-
XYZ53.6151.9914.99-
YUV186.9468.22165.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=47.70%
G=36.13%
B=16.17%

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
Decimal2391818100.240.660.0637.9783.1662.75
HexEFB55101842626533f
Octal35726512103010264612377
Binary1110111110110101101000101100010000101101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efb551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efb551; }

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

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

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

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

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

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

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

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