#EFB44C

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

Shades of Casablanca #EFB44C

Tints of Casablanca #EFB44C

Color information

#EFB44C (or 0xEFB44C) is unknown color: approx Casablanca. HEX triplet: EF, B4 and 4C. RGB value is (239,180,76). Sum of RGB (Red+Green+Blue) = 239+180+76=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB44C is #104BB3. Grayscale: #BABABA. Windows color (decimal): -1067956 or 5027055. OLE color: 5027055.

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

Color convert

RGB23918076-
CMYK00.250.680.06
HSL38.28º83.59%61.76%-
HSV(B)38.28º68.2%93.73%-
XYZ53.2251.5213.98-
YUV185.7866.05165.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 76 (30.08% from 255) = 15.35%
R=48.28%
G=36.36%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391807600.250.680.0638.2883.5961.76
HexEFB44C01944626543e
Octal35726411403110464612476
Binary1110111110110100100110001100110001001101001101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB44C; }

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

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

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

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

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

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

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

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