#EFB45A

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

Shades of Casablanca #EFB45A

Tints of Casablanca #EFB45A

Color information

#EFB45A (or 0xEFB45A) is unknown color: approx Casablanca. HEX triplet: EF, B4 and 5A. RGB value is (239,180,90). Sum of RGB (Red+Green+Blue) = 239+180+90=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45A is #104BA5. Grayscale: #BBBBBB. Windows color (decimal): -1067942 or 5944559. OLE color: 5944559.

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

Color convert

RGB23918090-
CMYK00.250.620.06
HSL36.24º82.32%64.51%-
HSV(B)36.24º62.34%93.73%-
XYZ53.7651.7316.82-
YUV187.3873.05164.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=46.95%
G=35.36%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391809000.250.620.0636.2482.3264.51
HexEFB45A0193E6245241
Octal35726413203176644122101
Binary1110111110110100101101001100111111011010010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB45A; }

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

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

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

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

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

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

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

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