#EFB451

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

Shades of Casablanca #EFB451

Tints of Casablanca #EFB451

Color information

#EFB451 (or 0xEFB451) is unknown color: approx Casablanca. HEX triplet: EF, B4 and 51. RGB value is (239,180,81). Sum of RGB (Red+Green+Blue) = 239+180+81=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB451 is #104BAE. Grayscale: #BABABA. Windows color (decimal): -1067951 or 5354735. OLE color: 5354735.

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

Color convert

RGB23918081-
CMYK00.250.660.06
HSL37.59º83.16%62.75%-
HSV(B)37.59º66.11%93.73%-
XYZ53.451.5914.93-
YUV186.3668.55165.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 81 (32.03% from 255) = 16.2%
R=47.8%
G=36%
B=16.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391808100.250.660.0637.5983.1662.75
HexEFB45101942626533f
Octal35726412103110264612377
Binary1110111110110100101000101100110000101101001101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB451; }

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

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

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

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

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

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

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

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