#EFB54C

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

Shades of Casablanca #EFB54C

Tints of Casablanca #EFB54C

Color information

#EFB54C (or 0xEFB54C) is unknown color: approx Casablanca. HEX triplet: EF, B5 and 4C. RGB value is (239,181,76). Sum of RGB (Red+Green+Blue) = 239+181+76=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB54C is #104AB3. Grayscale: #BABABA. Windows color (decimal): -1067700 or 5027311. OLE color: 5027311.

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

Color convert

RGB23918176-
CMYK00.240.680.06
HSL38.65º83.59%61.76%-
HSV(B)38.65º68.2%93.73%-
XYZ53.4251.9214.04-
YUV186.3765.72165.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.19%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 76 (30.08% from 255) = 15.32%
R=48.19%
G=36.49%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391817600.240.680.0638.6583.5961.76
HexEFB54C01844627543e
Octal35726511403010464712476
Binary1110111110110101100110001100010001001101001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB54C; }

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

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

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

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

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

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

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

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