#EFB65A

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

Shades of Casablanca #EFB65A

Tints of Casablanca #EFB65A

Color information

#EFB65A (or 0xEFB65A) is unknown color: approx Casablanca. HEX triplet: EF, B6 and 5A. RGB value is (239,182,90). Sum of RGB (Red+Green+Blue) = 239+182+90=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 90 (35.55% from 255 or 17.61% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB65A is #1049A5. Grayscale: #BCBCBC. Windows color (decimal): -1067430 or 5945071. OLE color: 5945071.

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

Color convert

RGB23918290-
CMYK00.240.620.06
HSL37.05º82.32%64.51%-
HSV(B)37.05º62.34%93.73%-
XYZ54.1752.5416.96-
YUV188.5572.38163.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 90 (35.55% from 255) = 17.61%
R=46.77%
G=35.62%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391829000.240.620.0637.0582.3264.51
HexEFB65A0183E6255241
Octal35726613203076645122101
Binary1110111110110110101101001100011111011010010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB65A; }

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

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

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

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

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

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

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

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