#EFB44E

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

Shades of Casablanca #EFB44E

Tints of Casablanca #EFB44E

Color information

#EFB44E (or 0xEFB44E) is unknown color: approx Casablanca. HEX triplet: EF, B4 and 4E. RGB value is (239,180,78). Sum of RGB (Red+Green+Blue) = 239+180+78=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB44E is #104BB1. Grayscale: #BABABA. Windows color (decimal): -1067954 or 5158127. OLE color: 5158127.

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

Color convert

RGB23918078-
CMYK00.250.670.06
HSL38.01º83.42%62.16%-
HSV(B)38.01º67.36%93.73%-
XYZ53.2951.5414.35-
YUV186.0167.05165.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 78 (30.86% from 255) = 15.69%
R=48.09%
G=36.22%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391807800.250.670.0638.0183.4262.16
HexEFB44E01943626533e
Octal35726411603110364612376
Binary1110111110110100100111001100110000111101001101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB44E; }

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

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

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

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

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

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

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

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