#EFAA56

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

Shades of Casablanca #EFAA56

Tints of Casablanca #EFAA56

Color information

#EFAA56 (or 0xEFAA56) is unknown color: approx Casablanca. HEX triplet: EF, AA and 56. RGB value is (239,170,86). Sum of RGB (Red+Green+Blue) = 239+170+86=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAA56 is #1055A9. Grayscale: #B5B5B5. Windows color (decimal): -1070506 or 5679855. OLE color: 5679855.

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

Color convert

RGB23917086-
CMYK00.290.640.06
HSL32.94º82.7%63.73%-
HSV(B)32.94º64.02%93.73%-
XYZ51.6547.7715.3-
YUV181.0574.36169.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 86 (33.98% from 255) = 17.37%
R=48.28%
G=34.34%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391708600.290.640.0632.9482.763.73
HexEFAA5601D406215340
Octal357252126035100641123100
Binary11101111101010101010110011101100000011010000110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAA56; }

 p { color: rgb(239,170,86); }

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

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

 a { background-color: rgb(239,170,86); }

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

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

 span { border-color: rgb(239,170,86); }

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