#EFB15F

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

Shades of Casablanca #EFB15F

Tints of Casablanca #EFB15F

Color information

#EFB15F (or 0xEFB15F) is unknown color: approx Casablanca. HEX triplet: EF, B1 and 5F. RGB value is (239,177,95). Sum of RGB (Red+Green+Blue) = 239+177+95=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB15F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB15F is #104EA0. Grayscale: #BABABA. Windows color (decimal): -1068705 or 6271471. OLE color: 6271471.

HSL color Cylindrical-coordinate representation of color #EFB15F: hue angle of 34.17º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFB15F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23917795-
CMYK00.260.600.06
HSL34.17º81.82%65.49%-
HSV(B)34.17º60.25%93.73%-
XYZ53.3850.6217.78-
YUV186.1976.54165.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 95 (37.5% from 255) = 18.59%
R=46.77%
G=34.64%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391779500.260.600.0634.1781.8265.49
HexEFB15F01A3C6225241
Octal35726113703274642122101
Binary1110111110110001101111101101011110011010001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB15F; }

 p { color: rgb(239,177,95); }

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

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

 a { background-color: rgb(239,177,95); }

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

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

 span { border-color: rgb(239,177,95); }

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