#EFB65D

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

Shades of Casablanca #EFB65D

Tints of Casablanca #EFB65D

Color information

#EFB65D (or 0xEFB65D) is unknown color: approx Casablanca. HEX triplet: EF, B6 and 5D. RGB value is (239,182,93). Sum of RGB (Red+Green+Blue) = 239+182+93=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB65D is #1049A2. Grayscale: #BDBDBD. Windows color (decimal): -1067427 or 6141679. OLE color: 6141679.

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

Color convert

RGB23918293-
CMYK00.240.610.06
HSL36.58º82.02%65.1%-
HSV(B)36.58º61.09%93.73%-
XYZ54.352.617.65-
YUV188.973.88163.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=46.50%
G=35.41%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391829300.240.610.0636.5882.0265.1
HexEFB65D0183D6255241
Octal35726613503075645122101
Binary1110111110110110101110101100011110111010010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB65D; }

 p { color: rgb(239,182,93); }

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

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

 a { background-color: rgb(239,182,93); }

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

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

 span { border-color: rgb(239,182,93); }

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