#EFAE4C

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

Shades of Casablanca #EFAE4C

Tints of Casablanca #EFAE4C

Color information

#EFAE4C (or 0xEFAE4C) is unknown color: approx Casablanca. HEX triplet: EF, AE and 4C. RGB value is (239,174,76). Sum of RGB (Red+Green+Blue) = 239+174+76=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAE4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAE4C is #1051B3. Grayscale: #B6B6B6. Windows color (decimal): -1069492 or 5025519. OLE color: 5025519.

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

Color convert

RGB23917476-
CMYK00.270.680.06
HSL36.07º83.59%61.76%-
HSV(B)36.07º68.2%93.73%-
XYZ52.0449.1413.58-
YUV182.2668.03168.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.88%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 76 (30.08% from 255) = 15.54%
R=48.88%
G=35.58%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391747600.270.680.0636.0783.5961.76
HexEFAE4C01B44624543e
Octal35725611403310464412476
Binary1110111110101110100110001101110001001101001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAE4C; }

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

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

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

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

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

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

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

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